Correction to setup.py - use install_requires to inform pip of dependencies.

This commit is contained in:
Luke Campagnola 2012-12-27 10:31:08 -05:00
parent b9822b1d10
commit 87ea160a23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ It is intended for use in mathematics / scientific / engineering applications. D
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Software Development :: User Interfaces",
],
requires = [
install_requires = [
'numpy',
'scipy',
],