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 29618eb commit a5b532eCopy full SHA for a5b532e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "solidpython"
3
-version = "1.0.5"
+version = "1.1.0"
4
description = "Python interface to the OpenSCAD declarative geometry language"
5
authors = ["Evan Jones <[email protected]>"]
6
homepage = "https://github.com/SolidCode/SolidPython"
@@ -46,13 +46,6 @@ tox = "^tox 3.11"
46
[build-system]
47
requires = [
48
"poetry>=0.12",
49
- # See https://github.com/pypa/setuptools/issues/2353#issuecomment-683781498
50
- # for the rest of these requirements,
51
- # -ETJ 31 December 2020
52
- "setuptools>=30.3.0,<50",
53
- "wheel",
54
- "pytest-runner",
55
- "setuptools_scm>=3.3.1",
56
]
57
58
build-backend = "poetry.masonry.api"
0 commit comments