Closed
Description
Currently one specifies rust_extensions
in setup.py
, imperatively (e.g. https://github.com/pyca/cryptography/blob/main/setup.py#L43-L56). Nowadays, setuptools lets one specify many options declaratively in setup.cfg
(e.g. https://github.com/pyca/cryptography/blob/main/setup.cfg). It'd be great if rust_extensions
could also be specified in setup.cfg
-- though truthfully I have no idea if that is possible!