Skip to content

Commit

Permalink
Fix a PEP8 violation in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 19, 2015
1 parent a86d493 commit d1ab983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
author_email=str('craig.ds@gmail.com'),
url=str('http://github.com/django-mptt/django-mptt'),
packages=[str('mptt'), str('mptt.templatetags')],
test_requires = ('mock-django>=0.6.7',),
test_requires=('mock-django>=0.6.7',),
package_data={str('mptt'): [str('templates/admin/*'), str('locale/*/*/*.*')]},
classifiers=[
str('Development Status :: 4 - Beta'),
Expand Down

0 comments on commit d1ab983

Please sign in to comment.