use find_packages()
This commit is contained in:
parent
1e7b9751be
commit
77f36206f9
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…
Reference in New Issue
Block a user