From: Dirk Mueller Date: Fri, 31 May 2013 10:00:26 +0000 (+0200) Subject: Rename README to README.rst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=537ff09fc27a6cfb24b6b2d7ace179e95153af18;p=openstack-build%2Fneutron-build.git 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 --- 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/