Skip to content

Commit

Permalink
Merge branch 'pep517' into ci-sage
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 13, 2022
2 parents 0479ddb + c46a739 commit d84ccbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ['setuptools', 'cython <3']
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"Topic :: Scientific/Engineering :: Mathematics",
],
ext_modules=extensions,
install_requires=["wheel"],
packages=["pyscipopt"],
package_dir={"pyscipopt": packagedir},
package_data={"pyscipopt": ["scip.pyx", "scip.pxd", "*.pxi"]},
Expand Down

0 comments on commit d84ccbc

Please sign in to comment.