Mercurial > hgrepos > Python > libs > ConfigMix
diff setup.py @ 296:eed16a1ec8f3
Use SPDX license identifiers (either full or short) all over the package
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 10 Feb 2021 21:38:03 +0100 |
| parents | da1596034954 |
| children | f71d34dda19f |
line wrap: on
line diff
--- a/setup.py Wed Feb 10 21:17:26 2021 +0100 +++ b/setup.py Wed Feb 10 21:38:03 2021 +0100 @@ -47,7 +47,7 @@ name="ConfigMix", version=version, author="Franz Glasner", - license="BSD 3-Clause License", + license='BSD 3-Clause "New" or "Revised" License', url="https://pypi.dom66.de/simple/configmix/", description="Library for extended configuration files", long_description=long_description,
