-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
57 lines (49 loc) · 1.64 KB
/
pyproject.toml
File metadata and controls
57 lines (49 loc) · 1.64 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[project]
name = "marimo-cad"
version = "0.2.0"
description = "Reactive Parametric CAD for marimo notebooks"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
authors = [{ name = "Cemrehan Cavdar", email = "cemrehancavdar@hotmail.com" }]
keywords = ["marimo", "cad", "build123d", "3d", "parametric", "anywidget"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"build123d>=0.10.0",
"ocp-tessellate>=3.0.0",
"anywidget>=0.9.0",
"marimo>=0.9.0",
]
[project.optional-dependencies]
dev = ["ruff", "pytest"]
gears = ["bd_warehouse>=0.1.0"]
[project.urls]
Homepage = "https://github.com/cemrehancavdar/marimo-cad"
Repository = "https://github.com/cemrehancavdar/marimo-cad"
Issues = "https://github.com/cemrehancavdar/marimo-cad/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/marimo_cad"]
[tool.hatch.build]
artifacts = ["src/marimo_cad/static/**"]
[tool.ruff]
line-length = 100
target-version = "py310"
[tool.ruff.lint]
select = ["E", "F", "I", "N", "W", "UP"]
ignore = ["E501"]
[tool.ruff.lint.per-file-ignores]
"notebooks/*.py" = ["N803", "N806"] # marimo cells use class names as args, constants in cells