Commit fa7b8da1 by willmcgugan@gmail.com

tweaks for 0.5.0

parent 1eaa36f1
......@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
__version__ = "0.5.0-dev"
__version__ = "0.5.0"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.
......
......@@ -42,7 +42,7 @@ extra = {}
if PY3:
extra["use_2to3"] = True
setup(install_requires=['distribute', 'six'],
setup(install_requires=['setuptools', 'six'],
name='fs',
version=VERSION,
description="Filesystem abstraction layer",
......
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