chore: migrate setup.cfg to pyproject.toml

This commit is contained in:
Rémi Alvergnat
2023-12-14 09:19:40 +01:00
parent 6d7cee7e57
commit ee9bcbc288
2 changed files with 9 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
[tool.semantic_release]
version_variables = ["guessit/__version__.py:__version__"]
commit_subject = "chore(release): release v{version}"
commit_author = "github-actions <actions@github.com>"
upload_to_pypi_glob_patterns = "*.tar.gz,*.whl"
build_command = ""
[tool.check-manifest]
ignore = ["docs", "docs/*", ".dockerignore", "Dockerfile", "docker", "docker/*"]
-15
View File
@@ -1,15 +0,0 @@
[semantic_release]
version_variable = guessit/__version__.py:__version__
commit_subject = chore(release): release v{version}
commit_author = github-actions <actions@github.com>
upload_to_pypi_glob_patterns = *.tar.gz,*.whl
build_command =
[check-manifest]
ignore =
docs
docs/*
.dockerignore
Dockerfile
docker
docker/*