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