diff --git a/setup.py b/setup.py index 3a57e69..54c7571 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ -from setuptools import setup +from setuptools import setup, find_packages setup( name='django-db-parti', version='0.3.1', - packages=['dbparti'], + packages=find_packages(), url='https://github.com/maxtepkeev/django-db-parti', license=open('LICENSE').read(), author='Max Tepkeev',