Skip to content

Commit b43e44f

Browse files
committed
Tweaking packaging again.
1 parent e36bf4c commit b43e44f

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
65.4 MB
Binary file not shown.
67.5 MB
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[tool.hatch.build.targets.wheel.force-include]
6-
"dist/*.zip" = "python_redlines/dist/*.zip"
6+
"dist" = "python_redlines/dist"
7+
"dist/linux-x64-0.0.1.tar.gz" = "python_redlines/dist/linux-x64-0.0.1.tar.gz"
8+
"dist/win-x64-0.0.1.tar.gz" = "python_redlines/dist/win-x64-0.0.1.tar.gz"
79

810
[project]
911
name = "python-redlines"

src/python_redlines/data/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)