diff --git a/Changelog.md b/Changelog.md index f61865e17..d35325089 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Allow setting the publish repository URL via `MATURIN_REPOSITORY_URL` in [#913](https://github.com/PyO3/maturin/pull/913) * Allow stubs-only mixed project layout in [#914](https://github.com/PyO3/maturin/pull/914) * Allow setting the publish user name via `MATURIN_USERNAME` in [#915](https://github.com/PyO3/maturin/pull/915) +* Add Windows python sysconfig in [#917](https://github.com/PyO3/maturin/pull/917) ## [0.12.15] - 2022-05-07 diff --git a/src/python_interpreter/config.rs b/src/python_interpreter/config.rs index b1a71ace9..8c9051369 100644 --- a/src/python_interpreter/config.rs +++ b/src/python_interpreter/config.rs @@ -21,6 +21,10 @@ static WELLKNOWN_SYSCONFIG: Lazy