Update debian package configuration
darcs-hash:20071113181137-86b55-80a8c5c5bce363657e947a7e3777a2edd4135cc6.gz
This commit is contained in:
11
src/jmc.egg-info/PKG-INFO
Normal file
11
src/jmc.egg-info/PKG-INFO
Normal 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
|
||||
19
src/jmc.egg-info/SOURCES.txt
Normal file
19
src/jmc.egg-info/SOURCES.txt
Normal 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
|
||||
1
src/jmc.egg-info/dependency_links.txt
Normal file
1
src/jmc.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
src/jmc.egg-info/entry_points.txt
Normal file
3
src/jmc.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
jmc = jmc.runner:main
|
||||
|
||||
1
src/jmc.egg-info/top_level.txt
Normal file
1
src/jmc.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
jmc
|
||||
Reference in New Issue
Block a user