Commit c884332
authored
fix(python): clean up setuptools usage and drop redundant/unnecessary lock files (github#449)
* Rely on `pyproject.toml`
Use of `setup.py` is redundant.
This leads to more accurate metadata:
```diff
17c17
< Requires-Python: >=3.8
---
> Requires-Python: >=3.9
29d28
< Dynamic: requires-python
```
* Drop unnecessary/redundant lock files
* Don't require a lock file1 parent 93a3f71 commit c884332
File tree
6 files changed
+7
-600
lines changed- .github/workflows
- python
6 files changed
+7
-600
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 35 | | |
40 | 36 | | |
41 | 37 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments