Mercurial > hgrepos > Python > libs > ConfigMix
diff 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 |
line wrap: on
line diff
--- a/setup.py Tue Mar 08 16:25:36 2016 +0100 +++ b/setup.py Tue Mar 08 16:46:27 2016 +0100 @@ -30,7 +30,7 @@ name="MixConfig", version=version, author="Franz Glasner", -# license='BSD', + license="BSD", url="https://pypi.dom66.de/simple/mixconfig/", description="Library for extended configuration files", long_description=long_description, @@ -42,7 +42,7 @@ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", -# 'License :: OSI Approved :: BSD License', + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2",
