fix whitespace account name for ad-hoc command add-user

This commit is contained in:
David Rousselie
2011-10-08 12:58:49 +02:00
parent 5ef25b59bb
commit ec929f5880
6 changed files with 83 additions and 10 deletions

View File

@@ -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'])