Skip to content

Commit 782a96a

Browse files
committed
fix rst errors for pypi in readme
1 parent 862afee commit 782a96a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The configuration is done with a yaml file, provided with the "--config" argumen
7979
Its structure is the following one:
8080

8181
.. code-block:: yaml
82+
8283
coqui:
8384
model: coqui-1.0.tflite
8485
scorer: huge-vocabulary.scorer

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
license='MPL-2.0',
3333
description="server for mozilla deepspeech",
3434
long_description=description,
35+
long_description_content_type='text/x-rst',
3536
author='Romain Picard',
3637
author_email='[email protected]',
3738
packages=find_packages(),

0 commit comments

Comments
 (0)