Mercurial > hgrepos > Python > apps > py-cutils
diff setup.py @ 73:c3268f4e752f
Adjust all license notes to (a) more literally comply with the BSD3 templates and to the style guide
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 26 Feb 2022 19:32:01 +0100 |
| parents | ae2df602beb4 |
| children | 0c778a183e38 |
line wrap: on
line diff
--- a/setup.py Sat Feb 26 19:20:20 2022 +0100 +++ b/setup.py Sat Feb 26 19:32:01 2022 +0100 @@ -29,7 +29,7 @@ name="py-cutils", version=version, author="Franz Glasner", - license="BSD 3-Clause License", + license="""BSD 3-Clause "New" or "Revised" License""", url="https://pypi.dom66.de/simple/py-cutils/", description="Pure Python implementation of some coreutils", long_description=long_description,
