File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
- Respect ` PYO3_PYTHON ` and ` PYTHON_SYS_EXECUTABLE ` environment variables if set. [ #96 ] ( https://github.com/PyO3/setuptools-rust/pull/96 )
6
+ - Add runtime dependency on setuptools >= 46.1. [ #102 ] ( https://github.com/PyO3/setuptools-rust/pull/102 )
6
7
7
8
## 0.11.6 (2020-12-13)
8
9
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=42 " , " wheel" , " setuptools_scm[toml]>=3.4.3" ]
2
+ requires = [" setuptools>=46.1 " , " wheel" , " setuptools_scm[toml]>=3.4.3" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .setuptools_scm ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ classifiers =
27
27
[options]
28
28
packages = setuptools_rust
29
29
zip_safe = True
30
- install_requires = semantic_version>=2.6.0; toml>=0.9.0
30
+ install_requires = setuptools>=46.1 ; semantic_version>=2.6.0; toml>=0.9.0
31
31
setup_requires = setuptools>=46.1; wheel; setuptools_scm[toml]>=3.4.3
32
32
33
33
[options.entry_points]
You can’t perform that action at this time.
0 commit comments