Skip to content

Commit

Permalink
add setuptools_scm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sch8ill committed Aug 30, 2024
1 parent d04a254 commit cf3877c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = ">=3.7"

[project.urls]
"Bug Tracker" = "https://github.com/sch8ill/mcclient-lib/issues"
"Homepage" = "https://github.com/Sch8ill/mcclient-lib"
"Homepage" = "https://github.com/sch8ill/mcclient-lib"

[tool.pytest.ini_options]
addopts = "--cov=mcclient --ignore=examples"
Expand All @@ -27,3 +27,6 @@ minversion = "6.0"
[tool.mypy]
check_untyped_defs = true
exclude = ["tests"]

[tool.setuptools_scm]
version_scheme = "post-release"

0 comments on commit cf3877c

Please sign in to comment.