Commit 11ba152a authored by Jérome Perrin's avatar Jérome Perrin

XXX: debug which caucase is used in testnodes

parent 1c9b9b6d
......@@ -25,6 +25,12 @@ for f in sorted(glob.glob(os.path.join('caucase', 'README.*.rst'))):
long_description += '\n' + open(f).read() + '\n'
# long_description += open("CHANGES.txt").read() + "\n"
try:
import caucause
raise ValueError(repr(caucase))
except ImportError:
pass
setup(
name='caucase',
version='0.9.2',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment