Skip to content

Commit fc7d44f

Browse files
committed
keywords
1 parent 4aec113 commit fc7d44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "compas_occ"
1111
description = "COMPAS wrapper for the Python bindings of OCC."
12-
keywords = ["form finding", "dynamic relaxation"]
12+
keywords = ["compas", "nurbs", "brep", "occ"]
1313
authors = [
1414
{ name = "tom van mele", email = "[email protected]" },
1515
{ name = "Lotte Aldinger", email = "[email protected]" },
@@ -18,7 +18,7 @@ authors = [
1818
license = { file = "LICENSE" }
1919
readme = "README.md"
2020
requires-python = ">=3.9"
21-
dynamic = ['dependencies', 'optional-dependencies', 'version']
21+
dynamic = ["dependencies", "optional-dependencies", "version"]
2222
classifiers = [
2323
"Development Status :: 4 - Beta",
2424
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)