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:
parent
40c2890e28
commit
e8e8e463e2
13
README.rst
13
README.rst
@ -5,12 +5,13 @@ Application Features
|
|||||||
--------------------
|
--------------------
|
||||||
Stackalytics is a service that automatically analyzes OpenStack
|
Stackalytics is a service that automatically analyzes OpenStack
|
||||||
development activities and displays statistics on contribution. The features are:
|
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;
|
* Extraction of author information from git log, store it in the database;
|
||||||
* Mapping authors to companies and launchpad ids;
|
* Calculate metrics on number of lines changed (LOC) and commits;
|
||||||
* Filter statistics by time, modules, companies, authors;
|
* Mapping authors to companies and launchpad ids;
|
||||||
* Extract blueprint and bug ids from commit messages;
|
* Filter statistics by time, modules, companies, authors;
|
||||||
* Auto-update of database.
|
* Extract blueprint and bug ids from commit messages;
|
||||||
|
* Auto-update of database.
|
||||||
|
|
||||||
Quickstart
|
Quickstart
|
||||||
----------
|
----------
|
||||||
|
@ -3,6 +3,7 @@ name = stackalytics
|
|||||||
summary = OpenStack Contribution Dashboard
|
summary = OpenStack Contribution Dashboard
|
||||||
description-file =
|
description-file =
|
||||||
README.rst
|
README.rst
|
||||||
|
description-content-type = text/x-rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://www.openstack.org/
|
home-page = https://www.openstack.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user