Skip to content

Commit 4f8ddc1

Browse files
committed
MNT fix issues in README and setup.py for pypi (#367)
1 parent f182ffd commit 4f8ddc1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ download or load the model.
4040
`Hugging Face Hub <https://hf.co/models>`__, mainly through
4141
``skops.hub_utils.init`` and ``skops.hub_utils.push``. You can see all the
4242
models uploaded to the hub using this library `here
43-
<https://huggingface.co/models?other=skops>`_. Find out more `here
44-
<https://skops.readthedocs.io/en/stable/hf_hub.html>`_.
43+
<https://huggingface.co/models?other=skops>`__. Find out more `here
44+
<https://skops.readthedocs.io/en/stable/hf_hub.html>`__.
4545
- ``skops.card``: tools to create a model card explaining what the model does
4646
and how it should be used. The model card can then be stored as the
4747
``README.md`` file on the Hugging Face Hub, with pre-populated metadata to
4848
help Hub understand the model. More information can be found `here
49-
<https://skops.readthedocs.io/en/stable/model_card.html>`_.
49+
<https://skops.readthedocs.io/en/stable/model_card.html>`__.
5050
- ``skops.io``: Secure persistence of sklearn estimators and more, without using
5151
``pickle``. Visit `the docs
52-
<https://skops.readthedocs.io/en/latest/persistence.html>`_ for more
52+
<https://skops.readthedocs.io/en/latest/persistence.html>`__ for more
5353
information.
5454

5555
Please refer to our `documentation <https://skops.readthedocs.io/en/latest/>`_

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def setup_package():
5353
project_urls=PROJECT_URLS,
5454
version=VERSION,
5555
long_description=LONG_DESCRIPTION,
56+
long_description_content_type="text/x-rst",
5657
classifiers=[
5758
"Intended Audience :: Science/Research",
5859
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)