Skip to content

Commit

Permalink
Merge pull request #26 from dev/fix-pip-unicode
Browse files Browse the repository at this point in the history
Fix setup.py for unicode literals.
  • Loading branch information
Christopher Mason authored and GitHub Enterprise committed Feb 17, 2018
2 parents cc06bfe + f588478 commit dc79262
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 @@ -27,7 +27,7 @@ def main():
long_description=description,
author='Matt Rasmussen',
author_email='rasmus@counsyl.com',
packages=['pyhgvs', 'pyhgvs.tests'],
packages=[str('pyhgvs'), str('pyhgvs.tests')],
include_package_data=True,
scripts=[],
install_requires=['pip>=1.2'],
Expand Down

0 comments on commit dc79262

Please sign in to comment.