Skip to content

Commit

Permalink
Move versioneer settings to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Jun 22, 2024
1 parent 52c10f8 commit 9624b28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ minversion = "6.0"
xfail_strict = true
addopts = ["--color=yes"]

[tool.versioneer]
VCS = "git"
style = "pep440"
versionfile_source = "pymc/_version.py"
versionfile_build = "pymc/_version.py"
tag_prefix = "v"

[tool.mypy]
python_version = "3.10"
no_implicit_optional = false
Expand Down
6 changes: 0 additions & 6 deletions setup.cfg

This file was deleted.

0 comments on commit 9624b28

Please sign in to comment.