Set JMC version to 0.3 beta 1

darcs-hash:20080308200152-86b55-755674bec6630434c1fb8fcd0c86a64df0f7a444.gz
This commit is contained in:
David Rousselie
2008-03-08 21:01:52 +01:00
parent fc6952c573
commit 362755ed4f
3 changed files with 5 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ else:
config_dir = prefix + "/etc/jabber/"
setup(name='jmc',
version='0.3',
version='0.3b1',
description='Jabber Mail Component',
author='David Rousselie',
author_email='dax@happycoders.org',
@@ -51,7 +51,8 @@ setup(name='jmc',
"tests.*",
"tests"]),
entry_points={'console_scripts': ['jmc=jmc.runner:main']},
test_suite='jmc.tests.suite')
test_suite='jmc.tests.suite',
install_requires=["jcl==0.1b1"])
if len(sys.argv) >= 2 and sys.argv[1] == "install":
os.makedirs(config_dir)