Setup.py cleanups
This commit is contained in:
parent
65a2f8a68b
commit
ece9b902f8
3
setup.py
3
setup.py
@ -48,6 +48,5 @@ setup(name='mongoengine',
|
|||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
install_requires=['pymongo'],
|
install_requires=['pymongo'],
|
||||||
# use python setup.py nosetests to test
|
tests_require=['nose', 'coverage', 'blinker', 'django>=1.3', 'PIL']
|
||||||
setup_requires=['nose', 'coverage', 'blinker', 'django>=1.3', 'PIL']
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user