Skip to content

Commit 955aeee

Browse files
authored
Update pyproject.toml
1 parent 43a6ff8 commit 955aeee

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

pyproject.toml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[build-system]
2-
requires = ["setuptools>=45", "wheel"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "pygem"
7-
dynamic = ["version"]
3+
dynamic = "2.0.1"
84
description = "Python Geometrical Morphing"
95
readme = {file = "README.md", content-type = "text/markdown"}
10-
keywords = ["dimension_reduction", "mathematics", "ffd", "morphing", "iges", "stl", "vtk", "openfoam"]
6+
keywords = [
7+
"vtk", "free-form-deformation", "iges", "radial-basis-function",
8+
"deformation", "shape design", "inverse-distance-weighting",
9+
"custom deformation", "mesh parameterization"
10+
]
1111
authors = [
1212
{name = "Marco Tezzele", email = "[email protected]"},
1313
{name = "Nicola Demo", email = "[email protected]"},
@@ -68,21 +68,15 @@ dev = [
6868
"pylint"
6969
]
7070

71+
[build-system]
72+
requires = ["setuptools>=45", "wheel"]
73+
build-backend = "setuptools.build_meta"
74+
7175
[tool.setuptools]
7276
include-package-data = true
7377

7478
[tool.setuptools.packages.find]
75-
where = ["."]
7679
include = ["pygem*"]
77-
exclude = ["tests*", "docs*", "tutorials*"]
78-
79-
[tool.setuptools.dynamic]
80-
version = { attr = "pygem.meta.__version__" }
8180

8281
[tool.black]
8382
line-length = 80
84-
target-version = ['py39']
85-
86-
[tool.flake8]
87-
ignore = "F401"
88-

0 commit comments

Comments
 (0)