Skip to content

Commit

Permalink
Fix long description error
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent 51360bd commit c16b3d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
if use_cython:
extensions = cythonize(extensions, compiler_directives={"language_level": 3, "linetrace": on_github_actions})

with open("README.md") as f:
long_description = f.read()

setup(
name="PySCIPOpt",
version="5.0.0",
Expand Down

0 comments on commit c16b3d8

Please sign in to comment.