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

This commit is contained in:
Ned Batchelder
2013-04-09 14:15:50 -04:00
parent bcdc11c3a5
commit 55e910aafc

View File

@@ -4,5 +4,5 @@ setup(
name="capa",
version="0.1",
packages=find_packages(exclude=["tests"]),
install_requires=["distribute==0.6.34"],
install_requires=["distribute==0.6.30"],
)