Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2004-11-07 11:45:55 +0300
committerJacek Konieczny <jajcus@jajcus.net>2004-11-07 11:45:55 +0300
commit80bcfc9718c11fb72ec2a989478e6878f95130e2 (patch)
tree1ef844cb756e5d0db6f989b63519ea7184e688b1 /setup.py
parenta7705bd2d1f25ff759d9880ba6f448a0dd29ab7f (diff)
- package metadata for PyPI registration
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index edddbc4..5d5a7ab 100755
--- a/setup.py
+++ b/setup.py
@@ -20,10 +20,22 @@ setup(
#-- Package description
name = 'pyxmpp',
version = version,
- description = 'XMPP implementation for Python',
+ description = 'XMPP/Jabber implementation for Python',
author = 'Jacek Konieczny',
author_email = 'jajcus@bnet.pl',
url = 'http://pyxmpp.jabberstudio.org/',
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
+ "Operating System :: POSIX",
+ "Programming Language :: Python",
+ "Programming Language :: C",
+ "Topic :: Communications",
+ "Topic :: Communications :: Chat",
+ "Topic :: Internet",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ ],
license = 'LGPL',
ext_modules = [
Extension(