mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-04 05:34:50 +00:00
Include eav.tests in setup.py
This commit is contained in:
parent
1b67380d0e
commit
9f53a9b290
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
|
||||
url='http://github.com/mvpdev/django-eav',
|
||||
|
||||
packages=['eav'],
|
||||
packages=['eav', 'eav.tests'],
|
||||
|
||||
classifiers = [
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
|
|||
Loading…
Reference in a new issue