From 8127749f174589aca6b1e9f0497c4e65d3fc4d58 Mon Sep 17 00:00:00 2001 From: Phil Bridges Date: Mon, 6 Jun 2016 17:51:27 -0500 Subject: [PATCH] Add description to setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b96f62f..ec139f9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,11 @@ import shutil setup( name=_pkginfo.name, version=_pkginfo.full_version, - description='SwiftOnHPSS', + description="Swift-on-HPSS is a fork of the Swift-on-File Swift" + " Object Server implementation that enables users to" + " access the same data, both as an object and as a file." + " Data can be stored and retrieved through Swift's REST" + " interface or as files from your site's HPSS archive system.", license='Apache License (2.0)', author='HPSS Collaboration', url='https://github.com/openstack/swiftonhpss',