add python3-dev package (#13)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adeeb Shihadeh
2026-02-23 21:46:40 -08:00
committed by GitHub
parent 71d4d1d3a1
commit dfa87aa31a
4 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "python3-dev"
version = "3.12.8"
description = "CPython development headers"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["python3_dev*"]
[tool.setuptools.package-data]
python3_dev = ["install/**/*"]