Commit 09e7fa4
committed
Switch Python build backend from setuptools to hatchling
Replace the split setuptools configuration (pyproject.toml + setup.cfg) with
a unified hatchling-based setup. This adds a [build-system] section pointing
to hatchling and a build hook (hatch_build.py) that marks wheels as
platform-specific since we bundle native shared libraries.
Hatchling includes all files in the package directory by default, which also
fixes the missing *.dll glob that setup.cfg had for Windows.
Bump requires-python from >=3.6 to >=3.8 as 3.6/3.7 are long EOL.
Co-Authored-By: HAL 90001 parent 3aef2b3 commit 09e7fa4
3 files changed
+15
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
This file was deleted.
0 commit comments