Skip to content

Commit 53271a6

Browse files
rm python3-dev (#51)
1 parent 8d9b59b commit 53271a6

File tree

7 files changed

+2
-118
lines changed

7 files changed

+2
-118
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
repo/
33
.venv/
44
__pycache__/
5+
uv.lock
56

67
# agents
78
.claude/

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ START_SECS=$SECONDS
5656

5757
mkdir -p dist/
5858
rm -rf dist/*
59-
uv build --all-packages --wheel --out-dir dist --no-create-gitignore --no-build-logs
59+
uv build --all-packages --wheel --out-dir dist --no-create-gitignore
6060

6161
if [[ -n "${BUILD_SH_IN_MANYLINUX:-}" ]]; then
6262
VENV_DIR="$ROOT_DIR/.venv-manylinux"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ members = [
1313
"libyuv",
1414
"nanosvg",
1515
"ncurses",
16-
"python3-dev",
1716
"raylib",
1817
"zeromq",
1918
"zstd",

python3-dev/build.sh

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

python3-dev/pyproject.toml

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

python3-dev/python3_dev/__init__.py

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

python3-dev/setup.py

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

0 commit comments

Comments
 (0)