Add description to setup.py

This commit is contained in:
Phil Bridges 2016-06-06 17:51:27 -05:00
parent 2e36b46504
commit 8127749f17
1 changed files with 5 additions and 1 deletions

View File

@ -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',