Skip to content

Commit

Permalink
Fix packaging for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jun 24, 2017
1 parent f625583 commit 99328f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Current
-------

- Nothing yet
- Fix broken packaging for Python 2.7

0.4.0 (2017-06-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def pip(filename):
]
},
license='MIT',
use_2to3=True,
use_2to3=False,
zip_safe=False,
keywords='',
classifiers=[
Expand Down

0 comments on commit 99328f1

Please sign in to comment.