Commit 477e5112 by willmcgugan

added six to setup.py

parent 2d202898
...@@ -44,7 +44,7 @@ extra = {} ...@@ -44,7 +44,7 @@ extra = {}
if PY3: if PY3:
extra["use_2to3"] = True extra["use_2to3"] = True
setup(install_requires=['distribute'], setup(install_requires=['distribute', 'six'],
name='fs', name='fs',
version=VERSION, version=VERSION,
description="Filesystem abstraction", description="Filesystem abstraction",
......
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