Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commite1d8b40
committed
Use "build" for building
Instead of directly running setup.py.This allows Python 3.12 (as well as previous versions) to be usedfor building. Although setuptools could be added as a developmentdependency to run setup.py, using "build" instead is recommended inhttps://setuptools.pypa.io/en/latest/userguide/quickstart.html.Those docs likewise recommend only listing "wheel" in thebuild-system section of pyproject.toml if setup.py actually importsthe wheel module. So this removes that. (Running "make release",which now uses "build", will continue to build wheels.)The "build" package is not conceptually a testing dependency, buttest-requirements.txt is currently the de facto list of all stabledevelopment dependencies for regular use.1 parent3aacb37 commite1d8b40
3 files changed
+3
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
0 commit comments
Comments
(0)