mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 10:05:31 +00:00
chore: migrate setup.cfg to pyproject.toml
This commit is contained in:
@@ -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/*"]
|
||||
@@ -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/*
|
||||
Reference in New Issue
Block a user