extras_require is a bit tricky, use tests_require instead

This commit is contained in:
iElectric
2009-06-04 16:53:10 +00:00
parent f27428e4bb
commit e1adf595a4

View File

@@ -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/",