fix JCL version
This commit is contained in:
2
setup.py
2
setup.py
@@ -75,7 +75,7 @@ email accounts.""",
|
||||
"tests"]),
|
||||
entry_points={'console_scripts': ['jmc=jmc.runner:main']},
|
||||
test_suite='jmc.tests.suite',
|
||||
install_requires=["jcl==0.1b2"])
|
||||
install_requires=["jcl==0.1b3"])
|
||||
|
||||
if len(sys.argv) >= 2 and sys.argv[1] == "install" \
|
||||
and not "--single-version-externally-managed" in sys.argv:
|
||||
|
||||
Reference in New Issue
Block a user