Skip to content

Commit

Permalink
Verison 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Jan 20, 2021
1 parent 8a3c6d1 commit 85dab7d
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 @@ -6,7 +6,7 @@
long_description = f.read()

about = {}
with open(os.path.join(base_dir, 'nso_jsonrpc_requester', 'version.py'), 'r', 'utf-8') as f:
with open(os.path.join(base_dir, 'nso_jsonrpc_requester', 'version.py'), 'r', encoding='utf-8') as f:
exec(f.read(), about)

packages = [
Expand Down

0 comments on commit 85dab7d

Please sign in to comment.