Setup.py cleanups
This commit is contained in:
parent
65a2f8a68b
commit
ece9b902f8
@ -11,4 +11,4 @@ with-coverage = 1
|
|||||||
#cover-html-dir = ../htmlcov
|
#cover-html-dir = ../htmlcov
|
||||||
cover-package = mongoengine
|
cover-package = mongoengine
|
||||||
cover-erase = 1
|
cover-erase = 1
|
||||||
where = tests
|
where = tests
|
||||||
|
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