mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-22 14:32:11 +00:00
b595456a05
As of setuptools 46.4.0, this extracts the attribute value statically using the ast module, if possible. This allows it to work properly even if the attribute is stored in a file that cannot be imported at setup time (e. g. because of dependencies that might not be installed yet).
7 lines
115 B
TOML
7 lines
115 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 46.4.0",
|
|
"wheel >= 0.32.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|