diff --git a/README.rst b/README.rst index 7f82e7dd..f9faa23b 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Similar projects - PyMC: http://pymc-devs.github.io/pymc/ PyStan3 / Stan3 ------------- +--------------- The development of PyStan3 with updated API can be found under `stan-dev/pystan-next `_ Detailed Installation Instructions diff --git a/setup.py b/setup.py index e471c0ac..33aae115 100644 --- a/setup.py +++ b/setup.py @@ -211,6 +211,7 @@ def setup_package(): license=LICENSE, url=URL, long_description=LONG_DESCRIPTION, + long_description_content_type='text/x-rst', classifiers=CLASSIFIERS, **extra_setuptools_args) if len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or sys.argv[1]