We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad620 commit 2bfad25Copy full SHA for 2bfad25
pyproject.toml
@@ -40,8 +40,8 @@ path = "src/python_redlines/__about__.py"
40
[tool.hatchling.build]
41
packages = [
42
{include = "src/python_redlines"},
43
- {include = "src/python_redlines/dist/*.zip"},
44
- {include = "src/python_redlines/dist/*.tar.gz"}
+ {include = "src/python_redlines/dist/*"},
+ {include = "src/python_redlines/bin/*"}
45
]
46
47
[tool.hatch.envs.default]
src/python_redlines/dist/.gitignore
@@ -1 +1,2 @@
1
-!*
+!linux-x64-0.0.1.tar.gz
2
+!win-x64-0.0.1.zip
0 commit comments