Commit ed77362d by willmcgugan

Changes to the meta-data

parent 851fadda
...@@ -17,9 +17,12 @@ setup(name='fs', ...@@ -17,9 +17,12 @@ setup(name='fs',
version=VERSION, version=VERSION,
description="Filesystem abstraction", description="Filesystem abstraction",
long_description="Creates a common interface to filesystems", long_description="Creates a common interface to filesystems",
license = "Python Software Foundation License",
author="Will McGugan", author="Will McGugan",
author_email="will@willmcgugan.com", author_email="will@willmcgugan.com",
url="http://code.google.com/p/pyfilesystem/", url="http://code.google.com/p/pyfilesystem/",
download_url="http://code.google.com/p/pyfilesystem/downloads/list",
platforms = ['any'],
packages=['fs'], packages=['fs'],
classifiers=classifiers, classifiers=classifiers,
) )
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