-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 1.02 KB
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
[tool.poetry]
name = "Super-SCAD-Smooth-Profiles"
version = "0.7.0"
description = "Implementation of smooth profiles."
authors = ["P.R. Water <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/SuperSCAD/SmoothProfiles"
documentation = "https://www.superscad.org/"
keywords = ["OpenSCAD", "SuperSCAD", "Smooth Profile"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Multimedia :: Graphics :: 3D Modeling",
"Topic :: Software Development :: Code Generators",
]
[tool.poetry.dependencies]
python = "^3.13"
super-scad = "^0.11.7"
super-scad-circle-plus = "^0.9.10"
super-scad-smooth-profile = "^0.7.0"
[tool.poetry.group.dev.dependencies]
coverage = "^7.13.4"
[build-system]
requires = ["poetry-core"]
build-common = "poetry.core.masonry.api"