Skip to content

Commit 4c12d00

Browse files
authored
Merge pull request #63 from camlloyd/build/pypi
build(pypi): fix long description content type
2 parents c2c6569 + a612913 commit 4c12d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author_email = zeyun_lu@dfci.harvard.edu, Nicholas.Mancuso@med.usc.edu
1111
license = MIT
1212
license_files = LICENSE.txt
1313
long_description = file: README.md
14-
long_description_content_type = text/x-rst; charset=UTF-8
14+
long_description_content_type = text/markdown; charset=UTF-8
1515
url = https://github.com/mancusolab/sushie
1616
# Add here related links, for example:
1717
project_urls =

0 commit comments

Comments
 (0)