We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d8e18 commit e552471Copy full SHA for e552471
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
3
-build-backend = "poetry.core.masonry.api"
+build-backend = "poetry_dynamic_versioning.backend"
4
5
[tool.poetry]
6
name = "auth0-python"
7
-version = "0.0.1" # This is replaced by dynamic versioning
+version = "0.0.0" # This is replaced by dynamic versioning
8
description = ""
9
authors = ["Auth0 <support@auth0.com>"]
10
license = "MIT"
0 commit comments