Update JCL to LGPL licence

darcs-hash:20080308202323-86b55-ceefaaed3f159ea38faa19497227b7baa53dd6a1.gz
This commit is contained in:
David Rousselie
2008-03-08 21:23:23 +01:00
parent 129343789f
commit eeeef2ac83
3 changed files with 419 additions and 237 deletions

View File

@@ -27,9 +27,19 @@ setup(name='jcl',
description='Jabber Component Library',
author='David Rousselie',
author_email='dax@happycoders.org',
license="GPL",
license="LGPL",
keywords="jabber component",
url='http://people.happycoders.org/dax/projects/jcl',
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python",
"Topic :: Communications",
"Topic :: Communications :: Chat",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
],
package_dir={'': 'src'},
packages=find_packages('src', exclude=["*.tests",
"*.tests.*",