Skip to content

Commit 44b828e

Browse files
ci
1 parent 06c748f commit 44b828e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

energyml-utils/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
#requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
3-
#build-backend = "poetry_dynamic_versioning.backend"
4-
requires = ["setuptools"]
5-
build-backend = "setuptools.build_meta"
2+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
3+
build-backend = "poetry_dynamic_versioning.backend"
4+
# requires = ["setuptools"]
5+
# build-backend = "setuptools.build_meta"
66

77
[tool.poetry]
88
name = "energyml-utils"
9-
version = "0.0.1.dev2" # Set at build time
9+
version = "0.0.0" # Set at build time
1010
description = "Energyml helper"
1111
authors = [
1212
"Valentin Gauthier <valentin.gauthier@geosiris.com>"
@@ -100,7 +100,7 @@ exclude = '''
100100
max-line-length = "88"
101101

102102
[tool.poetry-dynamic-versioning]
103-
enable = false
103+
enable = true
104104
vcs = "git"
105105
style = "pep440"
106106
format-jinja = """

0 commit comments

Comments
 (0)