We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b0251 commit d99c441Copy full SHA for d99c441
pyproject.toml
@@ -38,8 +38,7 @@ classifiers = [
38
"Topic :: Scientific/Engineering",
39
"Topic :: Scientific/Engineering :: GIS",
40
]
41
-dynamic = [ "version" ]
42
-
+version = "0.0.1"
43
dependencies = [
44
"numpy>=1.18",
45
"pandas",
@@ -61,8 +60,7 @@ optional-dependencies.dev = [
61
60
optional-dependencies.loop = [ "loopstructural>=1.6.21" ]
62
optional-dependencies.vtk = [ "pyvista" ]
63
64
-[tool.setuptools.dynamic]
65
-version = "0.0.1"
+
66
[tool.setuptools.packages.find]
67
include = [ 'loopresources', 'loopresources.*' ]
68
0 commit comments