Update JMC package informations for PyPi
darcs-hash:20080308202221-86b55-34f8df2055367c246069556f2bfa4d7ffd724995.gz
This commit is contained in:
15
setup.py
15
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.*",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user