Skip to content

Commit 0195e26

Browse files
committed
pyproject.toml: add metadata
1 parent f3f465a commit 0195e26

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ name = "cadquery"
33
version = "2.1"
44
description = "A python parametric CAD scripting framework based on OCCT"
55
authors = [ "Parametric Products Intellectual Holdings, LLC" ]
6+
license = "Apache-2.0"
7+
readme = "README.md"
8+
homepage = "https://cadquery.readthedocs.io/en/latest/"
9+
repository = "https://github.com/CadQuery/cadquery"
10+
documentation = "https://cadquery.readthedocs.io/en/latest/"
11+
keywords = ["modeling", "cad", "stl", "opencascade", "brep"]
12+
classifiers = [
13+
"Development Status :: 5 - Production/Stable",
14+
"Intended Audience :: Developers",
15+
"Intended Audience :: Science/Research",
16+
"Operating System :: POSIX",
17+
"Operating System :: MacOS",
18+
"Operating System :: Unix",
19+
"Topic :: Software Development :: Libraries :: Python Modules",
20+
"Topic :: Scientific/Engineering"
21+
]
622

723
[tool.poetry.dependencies]
824
python = "^3.8"

0 commit comments

Comments
 (0)