long_desc="""Pyfilesystem is a module that provides a simplified common interface to many types of filesystem. Filesystems exposed via Pyfilesystem can also be served over the network, or 'mounted' on the native filesystem.
Even if you only need to work with file and directories on the local hard-drive, Pyfilesystem can simplify your code and make it more robust -- with the added advantage that you can change where the files are located by changing a single line of code.
"""
setup(name='fs',
setup(name='fs',
version=VERSION,
version=VERSION,
description="Filesystem abstraction",
description="Filesystem abstraction",
long_description="Creates a common interface to filesystems",