python-stdnum branch master updated. 0.9-1-gc3d669c
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
python-stdnum branch master updated. 0.9-1-gc3d669c
- 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. 0.9-1-gc3d669c
- Date: Wed, 1 Jan 2014 23:38:36 +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 c3d669ca074557bcf57a4742b83d178364b08465 (commit)
from d933aab82678efab4814f15b46361f7edf079382 (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 -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=c3d669ca074557bcf57a4742b83d178364b08465
commit c3d669ca074557bcf57a4742b83d178364b08465
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Wed Jan 1 23:38:15 2014 +0100
Remove requirement on distribute
This accidentally slipped into 907e410.
diff --git a/setup.py b/setup.py
index 9419c93..afb9889 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,6 @@ setup(name='python-stdnum',
],
packages=find_packages(),
package_data={'': ['*.dat']},
- install_requires=['distribute'],
extras_require={
'VIES': ['suds'],
},
-----------------------------------------------------------------------
Summary of changes:
setup.py | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 0.9-1-gc3d669c,
Commits of the python-stdnum project