-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pyproject.toml descriptions and bump version to post1
- Loading branch information
1 parent
4544a26
commit 712c9d7
Showing
6 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "cadquery-ocp-stubs" | ||
version = "7.8.1.1" | ||
description = "Typing stubs for cadquery-ocp automaticaly generated using pybind11-stubgen." | ||
authors = [{ name = "Bernhard Walter", email = "[email protected]" }] | ||
requires-python = ">=3.10" | ||
version = "7.8.1.1.post1" | ||
description = "Typing stubs for cadquery-ocp based on the official CadQuery/OCP sources" | ||
authors = [{ name = "Bernhard Walter" }] | ||
requires-python = ">=3.10,<3.14" | ||
readme = "README.md" | ||
|
||
[tool.setuptools] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "cadquery-ocp" | ||
version = "7.8.1.1" | ||
description = "Python wrapper for OCCT generated using pywrap." | ||
authors = [{ name = "Bernhard Walter", email = "[email protected]" }] | ||
requires-python = ">=3.10" | ||
version = "7.8.1.1.post1" | ||
description = "Python wrapper for Open CASCADE Technology 3D geometry library based on the official CadQuery/OCP sources" | ||
authors = [{ name = "Bernhard Walter" }] | ||
requires-python = ">=3.10,<3.14" | ||
readme = "README.md" | ||
|
||
[tool.setuptools] | ||
|