Commit edde841
Use standard setuptools
Use the standard setuptools `attr:` feature to obtain the version
via setuptools' built-in AST parser rather than writing a custom AST
parser in `setup.py`. This fixes compatibility with Python 3.14,
since the custom parser is not compatible with the new `ast.Constant`
type.attr: feature, fixing Python 3.14 compat1 parent aabcd8e commit edde841
2 files changed
+1
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
This file was deleted.
0 commit comments