Skip to content

Commit a2b8588

Browse files
author
Marco Sulla
committed
minor
1 parent bf7a2e2 commit a2b8588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import setuptools
44
from pathlib import Path
5-
import mimetypes
65
import sys
76
import platform
87

@@ -39,7 +38,7 @@
3938
curr_dir = curr_path.parent
4039

4140
readme_path = curr_dir / readme_filename
42-
readme_content_type = mimetypes.guess_type(str(readme_path), strict=False)[0]
41+
readme_content_type = "text/markdown"
4342

4443
long_description = ""
4544

0 commit comments

Comments
 (0)