Rename README.rst to README
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 30 Jan 2013 14:55:46 +0000 (16:55 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 30 Jan 2013 15:56:31 +0000 (17:56 +0200)
MANIFEST.in
README [moved from README.rst with 86% similarity]
setup.py

index 4cef36c..321ef58 100644 (file)
@@ -1,4 +1,4 @@
 include image_creator/help/*.rst
 include image_creator/help/*.rst
-include README.rst COPYRIGHT AUTHORS ChangeLog
+include README COPYRIGHT AUTHORS ChangeLog
 recursive-include docs *
 prune docs/_build
 recursive-include docs *
 prune docs/_build
similarity index 86%
rename from README.rst
rename to README
index d648ac7..a05706d 100644 (file)
+++ 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.
 
 snf-image-creator is a command line tool for creating OS images to be used with
 synnefo.
index cf10237..bad6b74 100755 (executable)
--- 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',
     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",
     url='https://code.grnet.gr/projects/snf-image-creator',
     author = "GRNET development team",
     author_email = "okeanos-dev@lists.grnet.gr",