From 470644bd24755722c3ac5722ba12b1ed508a28ff Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Sat, 8 Mar 2008 21:22:21 +0100 Subject: Update JMC package informations for PyPi darcs-hash:20080308202221-86b55-34f8df2055367c246069556f2bfa4d7ffd724995.gz --- setup.py | 15 +++++++++++++++ src/jmc.egg-info/PKG-INFO | 13 ++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8042167..4de4341 100644 --- a/setup.py +++ b/setup.py @@ -40,11 +40,26 @@ else: setup(name='jmc', version='0.3b1', description='Jabber Mail Component', + long_description="""\ +JMC is a jabber service to check email from POP3 and IMAP4 server and retrieve +them or just a notification of new emails. Jabber users can register multiple +email accounts.""", author='David Rousselie', author_email='dax@happycoders.org', license="GPL", keywords="jabber component email IMAP POP3 SMTP", url='http://people.happycoders.org/dax/projects/jmc', + classifiers=[ + "Development Status :: 4 - Beta", + "Intended Audience :: System Administrators", + "License :: OSI Approved :: GNU General Public License (GPL)", + "Programming Language :: Python", + "Topic :: Communications", + "Topic :: Communications :: Chat", + "Topic :: Communications :: Email", + "Topic :: Internet", + "Topic :: Software Development :: Libraries :: Python Modules", + ], package_dir={'': 'src'}, packages=find_packages('src', exclude=["*.tests", "*.tests.*", diff --git a/src/jmc.egg-info/PKG-INFO b/src/jmc.egg-info/PKG-INFO index 200a1e3..f76037e 100644 --- a/src/jmc.egg-info/PKG-INFO +++ b/src/jmc.egg-info/PKG-INFO @@ -6,6 +6,17 @@ Home-page: http://people.happycoders.org/dax/projects/jmc Author: David Rousselie Author-email: dax@happycoders.org License: GPL -Description: UNKNOWN +Description: JMC is a jabber service to check email from POP3 and IMAP4 server and retrieve + them or just a notification of new emails. Jabber users can register multiple + email accounts. Keywords: jabber component email IMAP POP3 SMTP Platform: UNKNOWN +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: GNU General Public License (GPL) +Classifier: Programming Language :: Python +Classifier: Topic :: Communications +Classifier: Topic :: Communications :: Chat +Classifier: Topic :: Communications :: Email +Classifier: Topic :: Internet +Classifier: Topic :: Software Development :: Libraries :: Python Modules -- cgit v1.2.3