summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 681a54e..011fa75 100644
--- a/setup.py
+++ b/setup.py
@@ -29,9 +29,9 @@ Migrate extends SQLAlchemy to have database changeset handling. It provides a da
install_requires = required_deps,
extras_require = {
- 'testing': test_requirements,
'docs' : ['sphinx >= 0.5'],
},
+ tests_require = test_requirements,
author = "Evan Rosson",
author_email = "evan.rosson@gmail.com",
url = "http://code.google.com/p/sqlalchemy-migrate/",