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
commitcf3381ae09f94ca61aed4065ab0308786f856add (patch)
tree337515fdc2e1335366d8b35b20b5d542debc90ae /setup.py
parent61132d2dd0ca00901fa228b2272a27e058e9435b (diff)
downloadpyfilesystem-git-cf3381ae09f94ca61aed4065ab0308786f856add.tar.gz
Tweaking the setup.py script
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/",