Mercurial > hgrepos > Python > libs > ConfigMix
comparison setup.py @ 4:f76d85ccc5b9
Switch to the "New BSD License"
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 08 Mar 2016 16:46:27 +0100 |
| parents | 53ea2bc254e7 |
| children | dc058099a4cb |
comparison
equal
deleted
inserted
replaced
| 3:bedc4f95b9e9 | 4:f76d85ccc5b9 |
|---|---|
| 28 | 28 |
| 29 setup( | 29 setup( |
| 30 name="MixConfig", | 30 name="MixConfig", |
| 31 version=version, | 31 version=version, |
| 32 author="Franz Glasner", | 32 author="Franz Glasner", |
| 33 # license='BSD', | 33 license="BSD", |
| 34 url="https://pypi.dom66.de/simple/mixconfig/", | 34 url="https://pypi.dom66.de/simple/mixconfig/", |
| 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=["mixconfig"], | 37 packages=["mixconfig"], |
| 38 include_package_data=False, | 38 include_package_data=False, |
| 40 platforms="any", | 40 platforms="any", |
| 41 classifiers=[ | 41 classifiers=[ |
| 42 "Development Status :: 5 - Production/Stable", | 42 "Development Status :: 5 - Production/Stable", |
| 43 "Environment :: Console", | 43 "Environment :: Console", |
| 44 "Intended Audience :: Developers", | 44 "Intended Audience :: Developers", |
| 45 # 'License :: OSI Approved :: BSD License', | 45 "License :: OSI Approved :: BSD License", |
| 46 "Operating System :: OS Independent", | 46 "Operating System :: OS Independent", |
| 47 "Programming Language :: Python", | 47 "Programming Language :: Python", |
| 48 "Programming Language :: Python :: 2", | 48 "Programming Language :: Python :: 2", |
| 49 "Programming Language :: Python :: 2.6", | 49 "Programming Language :: Python :: 2.6", |
| 50 "Programming Language :: Python :: 2.7", | 50 "Programming Language :: Python :: 2.7", |
