Update JCL to LGPL licence
darcs-hash:20080308202323-86b55-ceefaaed3f159ea38faa19497227b7baa53dd6a1.gz
This commit is contained in:
12
setup.py
12
setup.py
@@ -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.*",
|
||||
|
||||
Reference in New Issue
Block a user