diff --git a/setup.py b/setup.py index 44459c7..952207a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,9 @@ url='http://github.com/Bouke/django-user-sessions', download_url='https://pypi.python.org/pypi/django-user-sessions', license='MIT', - packages=find_packages(exclude=('example', 'tests',)), + packages=find_packages(exclude=('example', 'tests')), + data_files=[('user_sessions/tests', ['tests/tests.py', + 'tests/__init__.py']), ], install_requires=['Django>=1.4'], include_package_data=True, classifiers=[