Skip to content

Commit

Permalink
Merge d68cd6a into 6789d7d
Browse files Browse the repository at this point in the history
  • Loading branch information
Horacio Duran committed Jan 6, 2014
2 parents 6789d7d + d68cd6a commit 8a3864c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 8a3864c

Please sign in to comment.