Skip to content

Commit d99c441

Browse files
committed
chore: changing version from dynamic to project
1 parent 28b0251 commit d99c441

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ classifiers = [
3838
"Topic :: Scientific/Engineering",
3939
"Topic :: Scientific/Engineering :: GIS",
4040
]
41-
dynamic = [ "version" ]
42-
41+
version = "0.0.1"
4342
dependencies = [
4443
"numpy>=1.18",
4544
"pandas",
@@ -61,8 +60,7 @@ optional-dependencies.dev = [
6160
optional-dependencies.loop = [ "loopstructural>=1.6.21" ]
6261
optional-dependencies.vtk = [ "pyvista" ]
6362

64-
[tool.setuptools.dynamic]
65-
version = "0.0.1"
63+
6664
[tool.setuptools.packages.find]
6765
include = [ 'loopresources', 'loopresources.*' ]
6866

0 commit comments

Comments
 (0)