use find_packages()
This commit is contained in:
parent
1e7b9751be
commit
77f36206f9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ setup(name='masque',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/masque',
|
url='https://mpxd.net/gogs/jan/masque',
|
||||||
packages=['masque'],
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy'
|
'numpy'
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue