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

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2008-03-08 23:22:21 +0300
committerDavid Rousselie <dax@happycoders.org>2008-03-08 23:22:21 +0300
commit470644bd24755722c3ac5722ba12b1ed508a28ff (patch)
tree95bdddffa9e32f8cc47c1c5a8f0979aeeb6a3eb9
parent45afcc16f3e724ebb4e498e6b82edc180fa5baa5 (diff)
Update JMC package informations for PyPi
darcs-hash:20080308202221-86b55-34f8df2055367c246069556f2bfa4d7ffd724995.gz
-rw-r--r--setup.py15
-rw-r--r--src/jmc.egg-info/PKG-INFO13
2 files changed, 27 insertions, 1 deletions
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