Skip to content

Commit 16c23fd

Browse files
committed
readme doctype
1 parent 5e395ed commit 16c23fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def find_meta(meta, meta_file=read(META_PATH)):
6565
license=find_meta("license"),
6666
description=find_meta("description"),
6767
long_description=read("README.md"),
68-
long_description_content_type="text/x-markdown",
68+
long_description_content_type="text/markdown",
6969
packages=PACKAGES,
7070
package_dir={"": "src"},
7171
include_package_data=True,

0 commit comments

Comments
 (0)