From 1deb6a25443d91e9dfc6a95e02fb8f9ac36b2661 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 30 Jan 2013 16:55:46 +0200 Subject: [PATCH 1/1] Rename README.rst to README --- MANIFEST.in | 2 +- README.rst => README | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename README.rst => README (86%) diff --git a/MANIFEST.in b/MANIFEST.in index 4cef36c..321ef58 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include image_creator/help/*.rst -include README.rst COPYRIGHT AUTHORS ChangeLog +include README COPYRIGHT AUTHORS ChangeLog recursive-include docs * prune docs/_build diff --git a/README.rst b/README similarity index 86% rename from README.rst rename to README index d648ac7..a05706d 100644 --- a/README.rst +++ b/README @@ -1,5 +1,5 @@ -README -====== +snf-image-creator +================= snf-image-creator is a command line tool for creating OS images to be used with synnefo. diff --git a/setup.py b/setup.py index cf10237..bad6b74 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='snf_image_creator', version=image_creator.__version__, description='Command line tool for creating images', - long_description=open('README.rst').read(), + long_description=open('README').read(), url='https://code.grnet.gr/projects/snf-image-creator', author = "GRNET development team", author_email = "okeanos-dev@lists.grnet.gr", -- 1.7.10.4