Commit 7b27ba8b by willmcgugan

Disutils setup

parent e0f9a66f
from distutils.core import setup
from fs import __version__ as VERSION
setup(name='fs',
version=VERSION,
py_modules=['fs'],
)
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