summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-20 20:15:00 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-20 20:15:00 +0000
commitf5b79a2c30ed6de6030df0d8ce1058a354b5e322 (patch)
tree18491774f3728ef02ed42e85e45221fbfea4f79d /setup.py
parent334906a70618a5b9a13aa93a28e87cfba0f03c12 (diff)
downloadpyfilesystem-f5b79a2c30ed6de6030df0d8ce1058a354b5e322.tar.gz
Changes to the meta-data
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@104 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ce986c7..79cc224 100644
--- a/setup.py
+++ b/setup.py
@@ -17,9 +17,12 @@ setup(name='fs',
version=VERSION,
description="Filesystem abstraction",
long_description="Creates a common interface to filesystems",
+ license = "Python Software Foundation License",
author="Will McGugan",
author_email="will@willmcgugan.com",
url="http://code.google.com/p/pyfilesystem/",
+ download_url="http://code.google.com/p/pyfilesystem/downloads/list",
+ platforms = ['any'],
packages=['fs'],
classifiers=classifiers,
)