setup script refered to package, should've been module
This commit is contained in:
parent
ed77450c80
commit
dfa0433a2c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -8,6 +8,6 @@ setup(name='float_raster',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/float_raster',
|
url='https://mpxd.net/gogs/jan/float_raster',
|
||||||
packages=['float_raster'],
|
py_modules=['float_raster'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue