Skip to content

Commit

Permalink
Pep 8 and flakes grooming
Browse files Browse the repository at this point in the history
  • Loading branch information
Horacio Duran committed Jan 6, 2014
1 parent 6b5b607 commit d68cd6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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')),
data_files=[('user_sessions/tests',['tests/tests.py', 'tests/__init__.py']),],
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 d68cd6a

Please sign in to comment.