Skip to content

Commit 2ee35b8

Browse files
committed
Don't load README.md in setup.py
This is blocking publishing to pypi; see pypi/warehouse#4079 had to give up after trying a few times.
1 parent edffc62 commit 2ee35b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def build_native(spec):
2222
"Python binding to Omikuji, an efficient implementation of Partioned Label Trees and its variations "
2323
"for extreme multi-label classification"
2424
),
25-
long_description="README.md",
26-
long_description_content_type="text/markdown",
2725
python_requires=">=3.5",
2826
url="https://github.com/tomtung/omikuji",
2927
license="MIT",

0 commit comments

Comments
 (0)