Add dependencies to setup.py

This commit is contained in:
jan 2016-03-22 14:38:47 -07:00
parent f68555cb0b
commit 447c4105b7

View File

@ -9,5 +9,7 @@ setup(name='float_raster',
author_email='anewusername@gmail.com',
url='https://mpxd.net/gogs/jan/float_raster',
py_modules=['float_raster'],
)
install_requires=[
'numpy'
],
)