Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Nov 29, 2014
1 parent 541def6 commit ac61a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=[
'boundaries',
'boundaries.management',
'boundaries.management.commands'
'boundaries.management.commands',
],
install_requires=[
'django-jsonfield>=0.7.1',
Expand Down

0 comments on commit ac61a2b

Please sign in to comment.