Mercurial > hgrepos > Python > libs > ConfigMix
diff setup.py @ 70:b764fe49d9bb
Rename LICENSE to LICENSE.txt to accomodate for a future inclusion via "[metadata]" into binary wheels
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 02 Mar 2018 01:05:57 +0100 |
| parents | dc058099a4cb |
| children | 80dcb41928a7 |
line wrap: on
line diff
--- a/setup.py Thu Mar 01 19:25:49 2018 +0100 +++ b/setup.py Fri Mar 02 01:05:57 2018 +0100 @@ -30,7 +30,7 @@ name="ConfigMix", version=version, author="Franz Glasner", - license="BSD", + license="BSD 3-Clause License", url="https://pypi.dom66.de/simple/configmix/", description="Library for extended configuration files", long_description=long_description,
