Skip to content

Commit

Permalink
Fix setup.cfg (#319)
Browse files Browse the repository at this point in the history
* Fix setup.cfg

* update CHANGELOG.md
  • Loading branch information
yasuo-ozu committed Mar 12, 2023
1 parent 8338cfc commit 336a03b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
### Fixed
- 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)
- Fix `setup.cfg` format for compatibility with "poetry==1.4.0". [#319](https://github.com/PyO3/setuptools-rust/pull/319)

## 1.5.2 (2022-09-19)
### Fixed
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ classifiers =
[options]
packages = setuptools_rust
zip_safe = True
install_requires = setuptools>=62.4; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
install_requires =
setuptools>=62.4
semantic_version>=2.8.2,<3
typing_extensions>=3.7.4.3
setup_requires = setuptools>=62.4
python_requires = >=3.7

Expand Down

0 comments on commit 336a03b

Please sign in to comment.