Commit cf03f48
committed
Refactor pyproject.toml to use standard PEP 621 and setuptools
Migrated the package configuration to be fully compliant with modern Python packaging standards (PEP 621, PEP 517).
- Replaced the Poetry-specific dependency management (`[tool.poetry]`) with the standard `[project].dependencies` and `[project.optional-dependencies]` tables.
- Switched the build system from `poetry.core.masonry.api` to the standard `setuptools.build_meta`.
- Ensured the `src` layout is correctly configured for package discovery using `[tool.setuptools.packages.find]`.
- Verified that the package builds, installs, and tests correctly after the changes.1 parent 3d96672 commit cf03f48
1 file changed
Lines changed: 18 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
42 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments