Skip to content

Commit c16b3d8

Browse files
committed
Fix long description error
1 parent 51360bd commit c16b3d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
if use_cython:
102102
extensions = cythonize(extensions, compiler_directives={"language_level": 3, "linetrace": on_github_actions})
103103

104+
with open("README.md") as f:
105+
long_description = f.read()
106+
104107
setup(
105108
name="PySCIPOpt",
106109
version="5.0.0",

0 commit comments

Comments
 (0)