Mercurial > hgrepos > Python > libs > ConfigMix
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 69:b511c6d5dec2 | 70:b764fe49d9bb |
|---|---|
| 28 | 28 |
| 29 setup( | 29 setup( |
| 30 name="ConfigMix", | 30 name="ConfigMix", |
| 31 version=version, | 31 version=version, |
| 32 author="Franz Glasner", | 32 author="Franz Glasner", |
| 33 license="BSD", | 33 license="BSD 3-Clause License", |
| 34 url="https://pypi.dom66.de/simple/configmix/", | 34 url="https://pypi.dom66.de/simple/configmix/", |
| 35 description="Library for extended configuration files", | 35 description="Library for extended configuration files", |
| 36 long_description=long_description, | 36 long_description=long_description, |
| 37 packages=["configmix"], | 37 packages=["configmix"], |
| 38 include_package_data=False, | 38 include_package_data=False, |
