Skip to content

Commit

Permalink
Merge pull request #2 from BrainLesion/auto-publishing-to-pypi
Browse files Browse the repository at this point in the history
try auto versioning
  • Loading branch information
neuronflow authored Oct 31, 2023
2 parents 6f1a5ff + 5c2452f commit 357ad82
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "panoptica"
version = "0.3.3"
version = "0.0.0"
description = "Panoptic Quality (PQ) computation for binary masks."
authors = ["Florian Kofler <[email protected]>"]

[tool.poetry-dynamic-versioning]
enable = true


# Add the exclude field directly under [tool.poetry]
exclude = ["examples", "benchmark"]

Expand All @@ -19,5 +23,6 @@ pytest-cov = "^3.0.0"
pytest-mock = "^3.6.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"
# build-backend = "poetry.core.masonry.api"

0 comments on commit 357ad82

Please sign in to comment.