lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.18-34-g895f092

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

python-stdnum branch master updated. 1.18-34-g895f092



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  895f092318ea02bdc3c7bc81a46c570c3180d3e2 (commit)
      from  3126f96b5309ae5fb2e26489a8caea2e6a4d6ae9 (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=895f092318ea02bdc3c7bc81a46c570c3180d3e2

commit 895f092318ea02bdc3c7bc81a46c570c3180d3e2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Aug 20 13:39:32 2023 +0200

    Rename license_file option in setup.cfg
    
    It seems the old option wasn't working with all versions of setuptools
    anyway.
    
    See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html

diff --git a/setup.cfg b/setup.cfg
index 632de4f..757a9f1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-license_file = COPYING
+license_files = COPYING
 
 [sdist]
 owner=root

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

Summary of changes:
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum