Skip to content
Snippets Groups Projects
Commit 21569984 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix setup.py and README.md

parent 7dccd4a6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment