Clean up some twine warnings and errors

Previously, `twine check` would complain like

    warning: `long_description_content_type` missing.  defaulting to
    `text/x-rst`.
    Failed
    The project's long_description has invalid markup which will not be
    rendered on PyPI. The following syntax errors were detected:
    line 8: Error: Unexpected indentation.

Change-Id: I56539a42ca2bcff44487928e4835d71eb03bd521
This commit is contained in:
Tim Burke 2019-07-03 12:40:01 -07:00
parent 40c2890e28
commit e8e8e463e2
2 changed files with 8 additions and 6 deletions

View File

@ -5,6 +5,7 @@ Application Features
--------------------
Stackalytics is a service that automatically analyzes OpenStack
development activities and displays statistics on contribution. The features are:
* Extraction of author information from git log, store it in the database;
* Calculate metrics on number of lines changed (LOC) and commits;
* Mapping authors to companies and launchpad ids;

View File

@ -3,6 +3,7 @@ name = stackalytics
summary = OpenStack Contribution Dashboard
description-file =
README.rst
description-content-type = text/x-rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/