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

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2011-10-08 14:58:49 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2011-10-08 15:02:26 +0400
commitec929f5880dadc1b6c6834dfbce62befe50dbe4c (patch)
tree409ef0d2135dcba5ed1a625bf5ffd71c0a32ac49 /setup.py
parent5ef25b59bbef1253eed2cf3a9b55025d1d52aac8 (diff)
fix whitespace account name for ad-hoc command add-user
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7ee521f..882feaa 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
from setuptools import setup, find_packages
setup(name='jcl',
- version='0.1b3',
+ version='0.1rc2',
description='Jabber Component Library',
author='David Rousselie',
author_email='dax@happycoders.org',
@@ -46,4 +46,4 @@ setup(name='jcl',
"tests.*",
"tests"]),
test_suite='jcl.tests.suite',
- install_requires=['SQLObject>=0.8', 'pyxmpp>=1.0.1', 'pysqlite>=2.0'])
+ install_requires=['FormEncode', 'SQLObject>=0.8', 'pyxmpp>=1.0.1', 'pysqlite>=2.0'])