We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e4569 commit 1716141Copy full SHA for 1716141
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
uv venv
40
. .venv/bin/activate
41
- uv pip install --upgrade setuptools wheel hatchling
+ uv pip install --upgrade hatchling
42
uv sync --frozen
43
uv pip install -e .
44
uv build
pyproject.toml
@@ -47,6 +47,13 @@ toon = "toon.cli:main"
47
[tool.hatch.build.targets.wheel]
48
packages = ["toon"]
49
50
+[tool.hatch.build.targets.sdist]
51
+include = [
52
+ "toon/",
53
+ "README.md",
54
+ "LICENSE",
55
+]
56
+
57
[tool.uv]
58
dev-dependencies = [
59
"pytest>=7.0.0",
setup.py
0 commit comments