python-stdnum branch master updated. 1.8.1-10-g70dc091
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.8.1-10-g70dc091
- 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-10-g70dc091
- Date: Sun, 11 Mar 2018 14:16:53 +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 70dc091ac2db689f3405976b858b90f4924b6835 (commit)
from 75138a4cce3a987e37fbd8833ba68a91568f2543 (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=70dc091ac2db689f3405976b858b90f4924b6835
commit 70dc091ac2db689f3405976b858b90f4924b6835
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Mar 10 22:23:28 2018 +0100
Support building a universal wheel
diff --git a/setup.cfg b/setup.cfg
index db828ac..91e45a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,9 @@ license_file = COPYING
owner=root
group=root
+[bdist_wheel]
+universal=1
+
[nosetests]
with-doctest=true
doctest-extension=doctest
-----------------------------------------------------------------------
Summary of changes:
setup.cfg | 3 +++
1 file changed, 3 insertions(+)
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-10-g70dc091,
Commits of the python-stdnum project