Commit 55e910aa by Ned Batchelder

Not sure why my branch was ahead of master for the version of distribute. Make them the same.

parent bcdc11c3
...@@ -4,5 +4,5 @@ setup( ...@@ -4,5 +4,5 @@ setup(
name="capa", name="capa",
version="0.1", version="0.1",
packages=find_packages(exclude=["tests"]), packages=find_packages(exclude=["tests"]),
install_requires=["distribute==0.6.34"], install_requires=["distribute==0.6.30"],
) )
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