Skip to content

Commit 6aac933

Browse files
committed
use github actions to release on pypi
1 parent 15ea597 commit 6aac933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pymc_bart
1+
22
Bayesian Additive Regression Trees for Probabilistic programming with PyMC
33

44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_version():
7373
license=LICENSE,
7474
url=URL,
7575
long_description=LONG_DESCRIPTION,
76-
long_description_content_type="text/x-rst",
76+
long_description_content_type="text/markdown",
7777
packages=find_packages(),
7878
# because of an upload-size limit by PyPI, we're temporarily removing docs from the tarball.
7979
# Also see MANIFEST.in

0 commit comments

Comments
 (0)