Mercurial > hgrepos > Python > apps > py-cutils
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 72:ae2df602beb4 | 73:c3268f4e752f |
|---|---|
| 27 | 27 |
| 28 setup( | 28 setup( |
| 29 name="py-cutils", | 29 name="py-cutils", |
| 30 version=version, | 30 version=version, |
| 31 author="Franz Glasner", | 31 author="Franz Glasner", |
| 32 license="BSD 3-Clause License", | 32 license="""BSD 3-Clause "New" or "Revised" License""", |
| 33 url="https://pypi.dom66.de/simple/py-cutils/", | 33 url="https://pypi.dom66.de/simple/py-cutils/", |
| 34 description="Pure Python implementation of some coreutils", | 34 description="Pure Python implementation of some coreutils", |
| 35 long_description=long_description, | 35 long_description=long_description, |
| 36 packages=["cutils",], | 36 packages=["cutils",], |
| 37 include_package_data=False, | 37 include_package_data=False, |
