We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b13060 commit f0cbb01Copy full SHA for f0cbb01
HiGHS.sln
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
8
9
[project]
10
name = "highspy"
11
-version = "1.12.0.dev1"
+version = "1.12.0.dev2"
12
description = "A thin set of pybind11 wrappers to HiGHS"
13
authors = [{ name = "HiGHS developers", email = "[email protected]" }]
14
readme = "README.md"
@@ -56,8 +56,8 @@ wheel.packages = ["highs/highspy"]
56
sdist.include = [
57
"highs/highspy/highs.py",
58
"highs/highspy/__init__.py",
59
- # "highs/highspy/__init__.pyi",
60
- # "highs/highspy/_core/*.pyi",
+ "highs/highspy/__init__.pyi",
+ "highs/highspy/_core/*.pyi",
61
"tests/test_highspy.py",
62
"Version.txt",
63
"LICENSE",
0 commit comments