diff --git a/README.md b/README.md index e69de29b..bfbde8e8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +Python bindings to the Heat orchestration API +============================================= + +This is a client library for Heat built on the Heat orchestration API. It +provides a Python API (the ``heatclient`` module) and a command-line tool +(``heat``). + +Development takes place via the usual OpenStack processes as outlined in the +`OpenStack wiki `_. The master +repository is on `GitHub `_. + +See release notes and more at ``_. diff --git a/README.rst b/README.rst deleted file mode 100644 index bfbde8e8..00000000 --- a/README.rst +++ /dev/null @@ -1,12 +0,0 @@ -Python bindings to the Heat orchestration API -============================================= - -This is a client library for Heat built on the Heat orchestration API. It -provides a Python API (the ``heatclient`` module) and a command-line tool -(``heat``). - -Development takes place via the usual OpenStack processes as outlined in the -`OpenStack wiki `_. The master -repository is on `GitHub `_. - -See release notes and more at ``_.