|
1 | | -[build-system] |
2 | | -requires = ["setuptools>=45", "wheel"] |
3 | | -build-backend = "setuptools.build_meta" |
4 | | - |
5 | 1 | [project] |
6 | 2 | name = "pygem" |
7 | | -dynamic = ["version"] |
| 3 | +dynamic = "2.0.1" |
8 | 4 | description = "Python Geometrical Morphing" |
9 | 5 | 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 | +] |
11 | 11 | authors = [ |
12 | 12 | { name = "Marco Tezzele", email = "[email protected]"}, |
13 | 13 | { name = "Nicola Demo", email = "[email protected]"}, |
@@ -68,21 +68,15 @@ dev = [ |
68 | 68 | "pylint" |
69 | 69 | ] |
70 | 70 |
|
| 71 | +[build-system] |
| 72 | +requires = ["setuptools>=45", "wheel"] |
| 73 | +build-backend = "setuptools.build_meta" |
| 74 | + |
71 | 75 | [tool.setuptools] |
72 | 76 | include-package-data = true |
73 | 77 |
|
74 | 78 | [tool.setuptools.packages.find] |
75 | | -where = ["."] |
76 | 79 | include = ["pygem*"] |
77 | | -exclude = ["tests*", "docs*", "tutorials*"] |
78 | | - |
79 | | -[tool.setuptools.dynamic] |
80 | | -version = { attr = "pygem.meta.__version__" } |
81 | 80 |
|
82 | 81 | [tool.black] |
83 | 82 | line-length = 80 |
84 | | -target-version = ['py39'] |
85 | | - |
86 | | -[tool.flake8] |
87 | | -ignore = "F401" |
88 | | - |
0 commit comments