From 43b6b0cdc4efd54f122d91f654aced914686e34b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jul 2013 18:27:12 +0200 Subject: [PATCH] Rename README.md to README.rst The content looks more like restructured text to me, and it seems to be more common amongst OpenStack projects. Change-Id: Iba8c21985c055f1712069a6e70d345bb920381bf --- MANIFEST.in | 2 +- README.md => README.rst | 0 setup.cfg | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename README.md => README.rst (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 1de467b..603c33a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include AUTHORS include LICENSE -include README.md +include README.rst include ChangeLog include tox.ini include .testr.conf diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/setup.cfg b/setup.cfg index 66c8d40..161ffbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = python-heatclient summary = OpenStack Orchestration API Client Library description-file = - README.md + README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/