Add Debian packaging configuration
darcs-hash:20071113175844-86b55-930c81a3e37181559260cd4df978d5d4baa77a9a.gz
This commit is contained in:
11
src/jcl.egg-info/PKG-INFO
Normal file
11
src/jcl.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,11 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: jcl
|
||||
Version: 0.1
|
||||
Summary: Jabber Component Library
|
||||
Home-page: http://people.happycoders.org/dax/projects/jcl
|
||||
Author: David Rousselie
|
||||
Author-email: dax@happycoders.org
|
||||
License: GPL
|
||||
Description: UNKNOWN
|
||||
Keywords: jabber component
|
||||
Platform: UNKNOWN
|
||||
21
src/jcl.egg-info/SOURCES.txt
Normal file
21
src/jcl.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
README
|
||||
setup.py
|
||||
src/jcl/__init__.py
|
||||
src/jcl/error.py
|
||||
src/jcl/lang.py
|
||||
src/jcl/runner.py
|
||||
src/jcl.egg-info/PKG-INFO
|
||||
src/jcl.egg-info/SOURCES.txt
|
||||
src/jcl.egg-info/dependency_links.txt
|
||||
src/jcl.egg-info/requires.txt
|
||||
src/jcl.egg-info/top_level.txt
|
||||
src/jcl/jabber/__init__.py
|
||||
src/jcl/jabber/command.py
|
||||
src/jcl/jabber/component.py
|
||||
src/jcl/jabber/disco.py
|
||||
src/jcl/jabber/feeder.py
|
||||
src/jcl/jabber/message.py
|
||||
src/jcl/jabber/presence.py
|
||||
src/jcl/jabber/register.py
|
||||
src/jcl/model/__init__.py
|
||||
src/jcl/model/account.py
|
||||
1
src/jcl.egg-info/dependency_links.txt
Normal file
1
src/jcl.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
src/jcl.egg-info/requires.txt
Normal file
3
src/jcl.egg-info/requires.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
SQLObject>=0.8
|
||||
pyxmpp>=1.0
|
||||
pysqlite>=2.0
|
||||
1
src/jcl.egg-info/top_level.txt
Normal file
1
src/jcl.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
jcl
|
||||
Reference in New Issue
Block a user