mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
updated setup file
This commit is contained in:
6
setup.py
6
setup.py
@@ -13,6 +13,10 @@ def readme():
|
||||
with open("README.rst") as f:
|
||||
return f.read()
|
||||
|
||||
test_requirements = [
|
||||
'nose==1.3.3'
|
||||
]
|
||||
|
||||
setup(
|
||||
name="landsat",
|
||||
version='0.4.5',
|
||||
@@ -37,4 +41,6 @@ setup(
|
||||
"scikit-image==0.10.1",
|
||||
"homura==0.1.0"
|
||||
],
|
||||
test_suite='nose.collector',
|
||||
test_require=test_requirements
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user