Commit 7cb1b94
authored
refactor(packaging): align pyproject.toml with PEP 621 (#13)
refactor(packaging): Align pyproject.toml with PEP 621 metadata standard
This commit migrates package metadata from the `[tool.poetry]` section to the standardized `[project]` table as specified by PEP 621.
Key changes:
- Moves core metadata (name, version, description, authors, etc.) to the `[project]` table.
- Updates the `license` definition to correctly reference a custom license file, resolving validation warnings.
- Updates the `requires-python` specifier to be PEP 440 compliant, fixing a `ruff` pre-commit hook error.
- Confirms the package remains buildable with standard PyPA tools (e.g., `build`) for PEP 517/518 compliance.
- Retains Poetry-specific dependency tables (`[tool.poetry.dependencies]`) to ensure full compatibility with Poetry's development workflow.1 parent 37f7e1d commit 7cb1b94
2 files changed
Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments