From e1002e9374e51bf2c2db758667abb179558c5ff5 Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Fri, 19 Sep 2008 14:12:59 +0000 Subject: Tweaking the setup.py script git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@93 67cdc799-7952-0410-af00-57a81ceafa0f --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/", -- cgit v1.2.1