Skip to content

Commit

Permalink
Fix setup.py, close #59.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Sep 9, 2015
1 parent 9e7ab78 commit d32a7d8
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 @@ -42,7 +42,7 @@ def parse_version(assignee):
platforms='any',
install_requires=[
'Django>=1.1',
'webassets==%s' % webassets_version
'webassets%s' % webassets_version
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit d32a7d8

Please sign in to comment.