Commit 3547790
Support older setuptools; expose lmfdb_search as a console script
Sage ships its own setuptools (73.0.1 in sage 10.7), which can end up
performing the build (e.g. with --no-build-isolation), so use license
metadata that setuptools >= 64 understands rather than a PEP 639 SPDX
string, which requires setuptools >= 77.
Also register the new command-line search tool as a console script, so
that pip installs get lmfdb_search on the PATH alongside lmfdb.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 12d826d commit 3547790
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | | - | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
11 | | - | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
0 commit comments