Skip to content
Snippets Groups Projects
Commit 3a99ed0d authored by vlorentz's avatar vlorentz
Browse files

Revert long_description_content_type to 'text/x-rst'

9474ab23 was a workaround for this role being
unknown to PyPI.

Removing the role fixes the issue. I also do not think it is very useful;
all loaders have this entry point.
parent bdd1f7c7
No related branches found
Tags debian/upstream/0.3.0
No related merge requests found
......@@ -4,11 +4,12 @@ Software Heritage - CVS loader
The Software Heritage CVS Loader imports the history of CVS repositories
into the SWH dataset.
The main entry points are
The main entry points is:
- :class:`swh.loader.cvs.loader.CvsLoader` for the main cvs loader
- ``swh.loader.cvs.loader.CvsLoader`` for the main cvs loader
which ingests content out of a local cvs repository
Features
--------
......
......@@ -40,7 +40,7 @@ setup(
name="swh.loader.cvs",
description="Software Heritage CVS Loader",
long_description=long_description,
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
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