diff --git a/README.md b/README.rst similarity index 97% rename from README.md rename to README.rst index 46e04bd8..9d132ebb 100644 --- a/README.md +++ b/README.rst @@ -18,6 +18,7 @@ Then just run: or + pip install -r requirements.txt python setup.py install diff --git a/setup.cfg b/setup.cfg index 01483f0c..e0f00f9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = python-mistralclient summary = Mistral Client Library -description-file = README.md +description-file = README.rst #license = Apache Software License classifiers = Programming Language :: Python