From: Thanh Ha Date: Wed, 15 Mar 2017 20:36:35 +0000 (-0400) Subject: Bump dev version and update description X-Git-Tag: v0.0.9~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e4d5883c029eea8947a62f2a045af69656afb4d7;p=releng%2Flftools.git Bump dev version and update description Change-Id: I3a08fb1ec307456313239cc7702d9e0e2d4ee01b Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index 02e8528e..92d4b58e 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -13,4 +13,4 @@ """lftools package.""" __author__ = 'Thanh Ha' -__version__ = '0.0.8' +__version__ = '0.0.9-dev' diff --git a/setup.py b/setup.py index 2f8d4c49..69af83f4 100644 --- a/setup.py +++ b/setup.py @@ -14,17 +14,16 @@ setup( url='', description='', long_description=( - 'The main purpose of Spectrometer is to deliver transparent ' - 'statistics of contributions to OpenDaylight Project. It collects ' - 'activity data such as 1. commits and number of code lines changed ' - 'from ODL Git repositories, 2. reviews from Gerrit, or 3. activities ' - 'related to each project from mailing lists and presents the ' - 'statistics in a user-friendly manner.'), + 'LF Tools is a collection of scripts and utilities that are useful ' + 'to multiple Linux Foundation project CI and Releng related ' + 'activities. We try to create these tools to be generic as possible ' + 'such that they can be deployed in other environments.' license='EPL', classifiers=[ 'Development Status :: 1 - Planning', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', ], install_requires=install_reqs,