Skip to content

Commit

Permalink
try using poetry version plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 20, 2024
1 parent 7e5ff60 commit dfc43d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 66 deletions.
63 changes: 5 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@ pkginfo = "^1.11.1"
virtualenv = "^20.26.2"

[build-system]
# AVOID CHANGING REQUIRES: IT WILL BE UPDATED BY PYSCAFFOLD!
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5"]
build-backend = "setuptools.build_meta"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.setuptools_scm]
# For smarter version schemes and other configuration options,
# check out https://github.com/pypa/setuptools_scm
version_scheme = "no-guess-dev"
[tool.poetry-dynamic-versioning]
enable = true

[tool.pytest.ini_options]
pythonpath = ["src"]
Expand Down
2 changes: 1 addition & 1 deletion src/otf_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.0.0"

0 comments on commit dfc43d1

Please sign in to comment.