-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 752 Bytes
/
pyproject.toml
File metadata and controls
35 lines (31 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[project]
name = "partomatic"
version = "0.4.3"
authors = [
{ name="x0pherl"},
]
description = "build123d Part extended for CI/CD automation"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"build123d",
"pytest",
"ocp_vscode",
"pydantic>=2",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.optional-dependencies]
webui = [
"nicegui",
]
[project.urls]
Homepage = "https://github.com/x0pherl/partomatic"
Issues = "https://github.com/x0pherl/partomatic/issues"
Documentation = "https://partomatic.readthedocs.org"
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"