Skip to content

Commit a5b532e

Browse files
committed
Version 1.1.0
1 parent 29618eb commit a5b532e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solidpython"
3-
version = "1.0.5"
3+
version = "1.1.0"
44
description = "Python interface to the OpenSCAD declarative geometry language"
55
authors = ["Evan Jones <[email protected]>"]
66
homepage = "https://github.com/SolidCode/SolidPython"
@@ -46,13 +46,6 @@ tox = "^tox 3.11"
4646
[build-system]
4747
requires = [
4848
"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",
5649
]
5750

5851
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)