Skip to content

Commit

Permalink
fix: add missing files to SDist (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
henryiii and Kludex authored Oct 27, 2024
1 parent 5578583 commit c06830d
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 @@ -68,7 +68,7 @@ Source = "https://github.com/Kludex/python-multipart"
path = "python_multipart/__init__.py"

[tool.hatch.build.targets.sdist]
include = ["/python_multipart", "/tests", "CHANGELOG.md", "LICENSE.txt", "_python_multipart.pth", "_python_multipart_loader.py"]
include = ["/python_multipart", "/multipart", "/tests", "CHANGELOG.md", "LICENSE.txt"]

[tool.hatch.build.targets.wheel]
packages = ["python_multipart", "multipart"]
Expand Down

0 comments on commit c06830d

Please sign in to comment.