Skip to content

Commit

Permalink
chore: migrate pytest.ini and setup.cfg to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 14, 2023
1 parent 03d3f94 commit 7b15d02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool.semantic_release]
version_variables = ["rebulk/__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"

[tool.pytest.ini_options]
addopts = "--ignore=setup.py --ignore=build --doctest-modules --doctest-glob='README.rst'"
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

11 changes: 0 additions & 11 deletions setup.cfg

This file was deleted.

0 comments on commit 7b15d02

Please sign in to comment.