Skip to content

Commit

Permalink
build: Do not provide version files for badabump
Browse files Browse the repository at this point in the history
As `22.1.0` version will automatically find
`src/aiohttp_middlewares/__init__.py` file.
  • Loading branch information
playpauseandstop committed Jan 3, 2023
1 parent 2cae32c commit 1ae6102
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ build-backend = "poetry.core.masonry.api"

[tool.badabump]
version_type = "semver"
version_files = [
"pyproject.toml",
"src/aiohttp_middlewares/__init__.py",
]

[tool.black]
line_length = 79
Expand Down

0 comments on commit 1ae6102

Please sign in to comment.