diff --git a/README.rst b/README.rst index 997dbadf9..43939f11b 100644 --- a/README.rst +++ b/README.rst @@ -5,12 +5,13 @@ 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; - * Filter statistics by time, modules, companies, authors; - * Extract blueprint and bug ids from commit messages; - * Auto-update of database. + +* 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; +* Filter statistics by time, modules, companies, authors; +* Extract blueprint and bug ids from commit messages; +* Auto-update of database. Quickstart ---------- diff --git a/setup.cfg b/setup.cfg index d2c368f95..68de364b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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/