From 21569984cbde3300e3117baeb5fb78dec9ba97f5 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Sat, 7 Mar 2020 12:19:49 +0100 Subject: [PATCH] [fix] fix setup.py and README.md --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaadb89..0e61cc65 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Deploy the package to PyPi test repository (prefix the command with a space in o Install the package from PyPi test repository ```bash -pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/simple/ duniterpy +pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/simple/ sakia ``` Deploy the package on the PyPi repository (prefix the command with a space in order for the shell not to save in its history system the command containing the password) diff --git a/setup.py b/setup.py index b0d53e4f..a1829730 100644 --- a/setup.py +++ b/setup.py @@ -73,6 +73,7 @@ setup( description="A [duniter](https://github.com/duniter/duniter) Python client", long_description=open('README.md').read(), + long_description_content_type="text/markdown", # Active la prise en compte du fichier MANIFEST.in include_package_data=True, -- GitLab