This commit is contained in:
Fedor Baart
2014-07-24 13:10:50 +02:00
parent 85a5cea533
commit 7d14f5cbcf
+6 -2
View File
@@ -19,9 +19,11 @@ LICENSE = 'Modified BSD'
DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image'
VERSION = '0.11dev'
PYTHON_VERSION = (2, 5)
# These are manually checked.
# These packages are sometimes installed outside of the setuptools scope
DEPENDENCIES = {
'numpy': (1, 6),
'six': (1, 3),
}
# Only require Cython if we have a developer checkout
@@ -139,7 +141,9 @@ if __name__ == "__main__":
],
configuration=configuration,
install_requires=[
"six>=1.3"
],
packages=setuptools.find_packages(exclude=['doc']),
include_package_data=True,
zip_safe=False, # the package can run out of an .egg file