Skip to content

Commit

Permalink
pyproject.toml: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
njourdane committed Apr 15, 2022
1 parent f3f465a commit 0195e26
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ name = "cadquery"
version = "2.1"
description = "A python parametric CAD scripting framework based on OCCT"
authors = [ "Parametric Products Intellectual Holdings, LLC" ]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://cadquery.readthedocs.io/en/latest/"
repository = "https://github.com/CadQuery/cadquery"
documentation = "https://cadquery.readthedocs.io/en/latest/"
keywords = ["modeling", "cad", "stl", "opencascade", "brep"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Operating System :: Unix",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering"
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 0195e26

Please sign in to comment.