Setup.py cleanups
This commit is contained in:
parent
65a2f8a68b
commit
ece9b902f8
2 changed files with 2 additions and 3 deletions
3
setup.py
3
setup.py
|
|
@ -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']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue