Commit 8c3d3a1
committed
Migrate to pyproject.toml and bump version to 2026.1.1
Replace legacy setup.py with a PEP 621-compliant pyproject.toml to
support Python 3.12+ build environments where setuptools is no longer
automatically available.
- Add pyproject.toml with setuptools.build_meta backend and full
project metadata
- Remove setup.py
- Bump __version__ in __init__.py to 2026.1.1 to match pyproject.toml
- Add Python 3.10, 3.11, and 3.12 classifiers1 parent f6ff536 commit 8c3d3a1
3 files changed
Lines changed: 34 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
This file was deleted.
0 commit comments