Include eav.tests in setup.py

This commit is contained in:
David Gelvin 2010-11-09 17:31:05 +03:00
parent 1b67380d0e
commit 9f53a9b290

View file

@ -32,7 +32,7 @@ setup(
url='http://github.com/mvpdev/django-eav',
packages=['eav'],
packages=['eav', 'eav.tests'],
classifiers = [
'Development Status :: 4 - Beta',