Update debian package configuration

darcs-hash:20071113181137-86b55-80a8c5c5bce363657e947a7e3777a2edd4135cc6.gz
This commit is contained in:
David Rousselie
2007-11-13 19:11:37 +01:00
parent e9a3c54b4f
commit 893aac6eaa
18 changed files with 174 additions and 392 deletions

11
src/jmc.egg-info/PKG-INFO Normal file
View File

@@ -0,0 +1,11 @@
Metadata-Version: 1.0
Name: jmc
Version: 0.3
Summary: Jabber Mail Component
Home-page: http://people.happycoders.org/dax/projects/jmc
Author: David Rousselie
Author-email: dax@happycoders.org
License: GPL
Description: UNKNOWN
Keywords: jabber component email IMAP POP3 SMTP
Platform: UNKNOWN

View File

@@ -0,0 +1,19 @@
README
setup.py
src/jmc/__init__.py
src/jmc/config.py
src/jmc/lang.py
src/jmc/runner.py
src/jmc.egg-info/PKG-INFO
src/jmc.egg-info/SOURCES.txt
src/jmc.egg-info/dependency_links.txt
src/jmc.egg-info/entry_points.txt
src/jmc.egg-info/top_level.txt
src/jmc/jabber/__init__.py
src/jmc/jabber/command.py
src/jmc/jabber/component.py
src/jmc/jabber/disco.py
src/jmc/jabber/message.py
src/jmc/jabber/presence.py
src/jmc/model/__init__.py
src/jmc/model/account.py

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
[console_scripts]
jmc = jmc.runner:main

View File

@@ -0,0 +1 @@
jmc