Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Apr 4, 2024
1 parent 06c748f commit 44b828e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions energyml-utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
#requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
#build-backend = "poetry_dynamic_versioning.backend"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
# requires = ["setuptools"]
# build-backend = "setuptools.build_meta"

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

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
style = "pep440"
format-jinja = """
Expand Down

0 comments on commit 44b828e

Please sign in to comment.