Setup.py cleanups

This commit is contained in:
Ross Lawley 2012-05-29 17:32:14 +01:00
parent 65a2f8a68b
commit ece9b902f8
2 changed files with 2 additions and 3 deletions

View File

@ -48,6 +48,5 @@ setup(name='mongoengine',
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo'],
# use python setup.py nosetests to test
setup_requires=['nose', 'coverage', 'blinker', 'django>=1.3', 'PIL']
tests_require=['nose', 'coverage', 'blinker', 'django>=1.3', 'PIL']
)