Skip to content

Commit

Permalink
keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 24, 2024
1 parent 4aec113 commit fc7d44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "compas_occ"
description = "COMPAS wrapper for the Python bindings of OCC."
keywords = ["form finding", "dynamic relaxation"]
keywords = ["compas", "nurbs", "brep", "occ"]
authors = [
{ name = "tom van mele", email = "[email protected]" },
{ name = "Lotte Aldinger", email = "[email protected]" },
Expand All @@ -18,7 +18,7 @@ authors = [
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
dynamic = ['dependencies', 'optional-dependencies', 'version']
dynamic = ["dependencies", "optional-dependencies", "version"]
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit fc7d44f

Please sign in to comment.