Skip to content
Snippets Groups Projects
Verified Commit 9474ab23 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

setup.py: Fix description content-type to markdown

Otherwise, the upload-to-pypi build complains about it [1]

[1] https://jenkins.softwareheritage.org/job/DLDCVS/job/pypi-upload/12/console
parent 6d52a425
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ setup(
name="swh.loader.cvs",
description="Software Heritage CVS Loader",
long_description=long_description,
long_description_content_type="text/x-rst",
long_description_content_type="text/markdown",
python_requires=">=3.7",
author="Software Heritage developers",
author_email="swh-devel@inria.fr",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment