Update JMC package informations for PyPi

darcs-hash:20080308202221-86b55-34f8df2055367c246069556f2bfa4d7ffd724995.gz
This commit is contained in:
David Rousselie
2008-03-08 21:22:21 +01:00
parent 45afcc16f3
commit 470644bd24
2 changed files with 27 additions and 1 deletions

View File

@@ -40,11 +40,26 @@ else:
setup(name='jmc', setup(name='jmc',
version='0.3b1', version='0.3b1',
description='Jabber Mail Component', 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='David Rousselie',
author_email='dax@happycoders.org', author_email='dax@happycoders.org',
license="GPL", license="GPL",
keywords="jabber component email IMAP POP3 SMTP", keywords="jabber component email IMAP POP3 SMTP",
url='http://people.happycoders.org/dax/projects/jmc', 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'}, package_dir={'': 'src'},
packages=find_packages('src', exclude=["*.tests", packages=find_packages('src', exclude=["*.tests",
"*.tests.*", "*.tests.*",

View File

@@ -6,6 +6,17 @@ Home-page: http://people.happycoders.org/dax/projects/jmc
Author: David Rousselie Author: David Rousselie
Author-email: dax@happycoders.org Author-email: dax@happycoders.org
License: GPL 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 Keywords: jabber component email IMAP POP3 SMTP
Platform: UNKNOWN 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