Skip to content

Commit

Permalink
Merge pull request GESS-research-group#98 from abhimhamane/89-pip-com…
Browse files Browse the repository at this point in the history
…patibility

89 pip compatibility
  • Loading branch information
abhimhamane authored Jan 17, 2024
2 parents df104c4 + 848d2ba commit 2089396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/pyshbundle-0.1.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from os import path as op
from setuptools import setup, find_packages

with open('README.md') as readme_file:
with open('README.md', encoding='utf8') as readme_file:
readme = readme_file.read()

here = op.abspath(op.dirname(__file__))
Expand Down

0 comments on commit 2089396

Please sign in to comment.