Skip to content

Commit 1716141

Browse files
committed
feat: add files
1 parent 72e4569 commit 1716141

File tree

3 files changed

+8
-41
lines changed

3 files changed

+8
-41
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
uv venv
4040
. .venv/bin/activate
41-
uv pip install --upgrade setuptools wheel hatchling
41+
uv pip install --upgrade hatchling
4242
uv sync --frozen
4343
uv pip install -e .
4444
uv build

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ toon = "toon.cli:main"
4747
[tool.hatch.build.targets.wheel]
4848
packages = ["toon"]
4949

50+
[tool.hatch.build.targets.sdist]
51+
include = [
52+
"toon/",
53+
"README.md",
54+
"LICENSE",
55+
]
56+
5057
[tool.uv]
5158
dev-dependencies = [
5259
"pytest>=7.0.0",

setup.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)