Skip to content

Commit 336a03b

Browse files
authored
Fix setup.cfg (#319)
* Fix setup.cfg * update CHANGELOG.md
1 parent 8338cfc commit 336a03b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44
### Fixed
55
- Fix a bug where rebuilding the library would cause any running processes using it to segfault. [#295](https://github.com/PyO3/setuptools-rust/pull/295)
6+
- Fix `setup.cfg` format for compatibility with "poetry==1.4.0". [#319](https://github.com/PyO3/setuptools-rust/pull/319)
67

78
## 1.5.2 (2022-09-19)
89
### Fixed

Diff for: setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ classifiers =
2727
[options]
2828
packages = setuptools_rust
2929
zip_safe = True
30-
install_requires = setuptools>=62.4; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
30+
install_requires =
31+
setuptools>=62.4
32+
semantic_version>=2.8.2,<3
33+
typing_extensions>=3.7.4.3
3134
setup_requires = setuptools>=62.4
3235
python_requires = >=3.7
3336

0 commit comments

Comments
 (0)