You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sherpa has a setup.cfg with a [xspec_config] section used to configure the build - e.g. define the include and library locaitons and names of the libraries - but how do we do this in the new PEP 517 and PEP 518 world?
The build "works for me"™ but that's not ideal.
Sherpa has a
setup.cfg
with a[xspec_config]
section used to configure the build - e.g. define the include and library locaitons and names of the libraries - but how do we do this in the new PEP 517 and PEP 518 world?For example, https://packaging.python.org/guides/packaging-binary-extensions/ is (at the time) marked as last reviewed in 2013, well before PEP 517/518.
The text was updated successfully, but these errors were encountered: