From 325fe0c317cb75a629b0544dec4f1421ad3c90a9 Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 9 Sep 2024 13:08:35 +0200 Subject: [PATCH] Fix pypi upload issues --- README.md | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 733a895..4abeab6 100755 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ password = ``` - Upload the new version to PyPI: + ``` pip install twine twine check dist/* diff --git a/setup.py b/setup.py index fd6a16f..45d51d4 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ description='''CKAN configuration settings available from env vars''', long_description=long_description, + long_description_content_type="text/md", # The project's main homepage. url='https://github.com/okfn/ckanext-envvars',