Skip to content

Commit f3f465a

Browse files
committed
replace setup.py with pyproject.toml
1 parent 6217431 commit f3f465a

File tree

4 files changed

+224
-56
lines changed

4 files changed

+224
-56
lines changed

poetry.lock

Lines changed: 206 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[tool.poetry]
2+
name = "cadquery"
3+
version = "2.1"
4+
description = "A python parametric CAD scripting framework based on OCCT"
5+
authors = [ "Parametric Products Intellectual Holdings, LLC" ]
6+
7+
[tool.poetry.dependencies]
8+
python = "^3.8"
9+
ezdxf = "^0.17.2"
10+
multimethod = "^1.8"
11+
nlopt = "^2.7.1"
12+
nptyping = "^2.0.0"
13+
typish = "^1.9.3"
14+
ocp-vtk = "^7.5.3"
15+
16+
[build-system]
17+
requires = ["poetry-core>=1.0.0"]
18+
build-backend = "poetry.core.masonry.api"

setup.cfg

Whitespace-only changes.

setup.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)