We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7a2e2 commit a2b8588Copy full SHA for a2b8588
1 file changed
setup.py
@@ -2,7 +2,6 @@
2
3
import setuptools
4
from pathlib import Path
5
-import mimetypes
6
import sys
7
import platform
8
@@ -39,7 +38,7 @@
39
38
curr_dir = curr_path.parent
40
41
readme_path = curr_dir / readme_filename
42
-readme_content_type = mimetypes.guess_type(str(readme_path), strict=False)[0]
+readme_content_type = "text/markdown"
43
44
long_description = ""
45
0 commit comments