Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit a721536

Browse files
committed
docs: Fix reStructuredText error in README
1 parent b7a9cf3 commit a721536

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Similar projects
3939
- PyMC: http://pymc-devs.github.io/pymc/
4040

4141
PyStan3 / Stan3
42-
------------
42+
---------------
4343
The development of PyStan3 with updated API can be found under `stan-dev/pystan-next <https://github.com/stan-dev/pystan-next>`_
4444

4545
Detailed Installation Instructions

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def setup_package():
211211
license=LICENSE,
212212
url=URL,
213213
long_description=LONG_DESCRIPTION,
214+
long_description_content_type='text/x-rst',
214215
classifiers=CLASSIFIERS,
215216
**extra_setuptools_args)
216217
if len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or sys.argv[1]

0 commit comments

Comments
 (0)