Skip to content

Commit

Permalink
fix find packages_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Михайлов committed Oct 10, 2024
1 parent 24ea914 commit 1cdf24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ non_interactive = true
exclude = ["env", "venv", "build"]

[tool.setuptools.packages.find]
include = ["httptoolkit"]
include = ["httptoolkit.*"]

[tool.setuptools.dynamic]
version = {attr = "httptoolkit._version.__version__"}

0 comments on commit 1cdf24e

Please sign in to comment.