lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.14-15-g7e86331

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.14-15-g7e86331



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  7e86331a920eef09248297813e27e1851a25fa61 (commit)
      from  126496c3824f70cb19c8bd489050e0dfd38926a1 (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=7e86331a920eef09248297813e27e1851a25fa61

commit 7e86331a920eef09248297813e27e1851a25fa61
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jan 10 17:43:27 2021 +0100

    Add project URLs for PyPI

diff --git a/setup.py b/setup.py
index 3c74d69..d0691e7 100755
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,10 @@ setup(
     author='Arthur de Jong',
     author_email='arthur@arthurdejong.org',
     url='https://arthurdejong.org/python-stdnum/',
+    project_urls={
+        'Documentation': 'https://arthurdejong.org/python-stdnum/doc/',
+        'GitHub': 'https://github.com/arthurdejong/python-stdnum/',
+    },
     license='LGPL',
     classifiers=[
         'Development Status :: 5 - Production/Stable',

-----------------------------------------------------------------------

Summary of changes:
 setup.py | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
python-stdnum