diff --git a/README.rst b/README.rst index e2af81ab..78f0dc91 100644 --- a/README.rst +++ b/README.rst @@ -9,25 +9,20 @@ A scikit-learn compatible neural network library that wraps PyTorch. .. |build| image:: https://github.com/skorch-dev/skorch/workflows/tests/badge.svg :alt: Test Status - :scale: 100% .. |coverage| image:: https://github.com/skorch-dev/skorch/blob/master/assets/coverage.svg :alt: Test Coverage - :scale: 100% .. |docs| image:: https://readthedocs.org/projects/skorch/badge/?version=latest :alt: Documentation Status - :scale: 100% :target: https://skorch.readthedocs.io/en/latest/?badge=latest .. |huggingface| image:: https://github.com/skorch-dev/skorch/actions/workflows/test-hf-integration.yml/badge.svg :alt: Hugging Face Integration - :scale: 100% :target: https://github.com/skorch-dev/skorch/actions/workflows/test-hf-integration.yml .. |powered| image:: https://github.com/skorch-dev/skorch/blob/master/assets/powered.svg :alt: Powered by - :scale: 100% :target: https://github.com/ottogroup/ ========= diff --git a/setup.cfg b/setup.cfg index bc28ac96..6fa9b0b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,7 @@ python_files = test*py [metadata] description-file = README.rst +long-description-content-type = text/x-rst [flake8] max-line-length = 88