Not sure why my branch was ahead of master for the version of distribute. Make them the same.
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user