Commit 98af35d
committed
build: Move dynamic settings to pyproject.toml
Moving the necessary dynamic settings from setup.py to pyproject.toml
A few settings were not migrated because their values are the default
when a pyproject.toml file is used and a few were not moved because they
were deprecated.
Full list that I used for reference is here: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration
The constraint.txt reference is not PEP508 compliant so is not supported
for the files that are read in by setuptools. So I moved the constraint
into the makefile call for base.in so it could still serve as the source
of truth for dependencies for this project.1 parent b05fd84 commit 98af35d
4 files changed
Lines changed: 10 additions & 144 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
This file was deleted.
0 commit comments