python-stdnum branch master updated. 1.8-1-g1304122
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.8-1-g1304122
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.8-1-g1304122
- Date: Fri, 5 Jan 2018 15:30:44 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 1304122fcf85ed25ebbfccd426dfc28f00eeb41c (commit)
from ae89e820338f5646b2ea71cee31a5bce6b3a28e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=1304122fcf85ed25ebbfccd426dfc28f00eeb41c
commit 1304122fcf85ed25ebbfccd426dfc28f00eeb41c
Author: 5j9 <5j9@users.noreply.github.com>
Date: Fri Jan 5 10:21:02 2018 +0330
setup.py: Open README with utf-8 encoding
Fixes #59
diff --git a/setup.py b/setup.py
index 743399a..4182804 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if 'sdist' in sys.argv:
base_dir = os.path.dirname(__file__)
-with open(os.path.join(base_dir, 'README'), 'r') as fp:
+with open(os.path.join(base_dir, 'README'), 'r', encoding='utf-8') as fp:
long_description = fp.read()
setup(name='python-stdnum',
-----------------------------------------------------------------------
Summary of changes:
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.8-1-g1304122,
Commits of the python-stdnum project