Set JMC version to 0.3 beta 1
darcs-hash:20080308200152-86b55-755674bec6630434c1fb8fcd0c86a64df0f7a444.gz
This commit is contained in:
5
setup.py
5
setup.py
@@ -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)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: jmc
|
||||
Version: 0.3
|
||||
Version: 0.3b1
|
||||
Summary: Jabber Mail Component
|
||||
Home-page: http://people.happycoders.org/dax/projects/jmc
|
||||
Author: David Rousselie
|
||||
|
||||
@@ -7,6 +7,7 @@ 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/requires.txt
|
||||
src/jmc.egg-info/top_level.txt
|
||||
src/jmc/jabber/__init__.py
|
||||
src/jmc/jabber/command.py
|
||||
|
||||
Reference in New Issue
Block a user