Updated setup / added datetime test

This commit is contained in:
Ross Lawley
2012-05-29 16:24:25 +01:00
parent 1fdc7ce6bb
commit 9c212306b8
5 changed files with 39 additions and 5 deletions

View File

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