update JCL dependency version

This commit is contained in:
David Rousselie
2011-10-08 13:00:32 +02:00
parent f2edb33399
commit e75973eefc
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ email accounts.""",
"tests"]),
entry_points={'console_scripts': ['jmc=jmc.runner:main']},
test_suite='jmc.tests.suite',
install_requires=["jcl==0.1b3"])
install_requires=["jcl==0.1rc2"])
if len(sys.argv) >= 2 and sys.argv[1] == "install" \
and not "--single-version-externally-managed" in sys.argv: