From 537ff09fc27a6cfb24b6b2d7ace179e95153af18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 31 May 2013 12:00:26 +0200 Subject: [PATCH] Rename README to README.rst README.rst seems to be more standard accross OpenStack modules. Also add it to the manifest. Fix a typo in the manifest. Fixes: LP Bug #1186518 Change-Id: Ib04f44a1186d3793f5fca39c0c29d74a78a52faf --- MANIFEST.in | 6 ++++-- README => README.rst | 0 setup.cfg | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) rename README => README.rst (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 0d1f1a182..a4da45285 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,11 @@ include AUTHORS +include README.rst include ChangeLog +include LICENSE include quantum/db/migration/README include quantum/db/migration/alembic.ini -include quantum/db/migration/alembic/script.py.mako -include quantum/db/migration/alembic/versions/README +include quantum/db/migration/alembic_migrations/script.py.mako +include quantum/db/migration/alembic_migrations/versions/README recursive-include quantum/locale * exclude .gitignore diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst diff --git a/setup.cfg b/setup.cfg index 9a96382e2..bc7e4ab9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = quantum version = 2013.2 summary = OpenStack Networking description-file = - README + README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/