Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# OCP source download URL (default: https://github.com/CadQuery/OCP/releases/download)
# SOURCE_URL: https://github.com/bernhard-42/__temp_artefacts__/releases/download
SOURCE_URL: https://github.com/CadQuery/OCP/releases/download
RELEASE_TO_REPO: "true"
RELEASE_TO_REPO: "false"

jobs:
# ================================================================================
Expand Down
4 changes: 4 additions & 0 deletions cadquery_ocp_proxy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description = "Proxy package to track cadquery_ocp / cadquery_ocp_novtk version"
readme = "README.md"
authors = [{ name = "Bernhard", email = "b_walter@arcor.de" }]
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = []

[build-system]
Expand Down
4 changes: 4 additions & 0 deletions pypi-stubs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = "Typing stubs for cadquery-ocp based on the official CadQuery/OCP
authors = [{ name = "Bernhard Walter" }]
requires-python = ">=3.10,<3.15"
readme = "README.md"
license = { text = "Apache-2.0" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
]

[tool.setuptools]
package-dir = { "cadquery_ocp_stubs" = "OCP-stubs" }
Expand Down
4 changes: 4 additions & 0 deletions pypi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = "Python wrapper for Open CASCADE Technology 3D geometry library ba
authors = [{ name = "Bernhard Walter" }]
requires-python = ">=3.10,<3.15"
readme = "README.md"
license = { text = "Apache-2.0" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = ["cadquery-ocp-proxy==0.0.0.0"]

[tool.setuptools]
Expand Down