summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 14:12:59 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 14:12:59 +0000
commite1002e9374e51bf2c2db758667abb179558c5ff5 (patch)
tree337515fdc2e1335366d8b35b20b5d542debc90ae /setup.py
parent08f142f59edfffc27a8b6d783ef2827716b81557 (diff)
downloadpyfilesystem-e1002e9374e51bf2c2db758667abb179558c5ff5.tar.gz
Tweaking the setup.py script
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@93 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a98348..ce986c7 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,8 @@ classifiers = [
setup(name='fs',
version=VERSION,
- description="A filesytem abstraction",
+ description="Filesystem abstraction",
+ long_description="Creates a common interface to filesystems",
author="Will McGugan",
author_email="will@willmcgugan.com",
url="http://code.google.com/p/pyfilesystem/",