Skip to content

Commit 52eb1fa

Browse files
authored
ci: Remove setuptools requirement for build-system (#495)
Resolves #493, #494 See also: python-poetry/poetry#34 (comment)
2 parents 761b4f5 + 84e0c3f commit 52eb1fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

17+
_Maintenance only, no bug fixes, or new features_
18+
19+
### Development
20+
21+
- build system: Remove `setuptools` requirement (#495, in related to #493, #494)
22+
1723
## libtmux 0.22.1 (2023-05-28)
1824

1925
_Maintenance only, no bug fixes, or new features_

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ exclude_lines = [
130130
]
131131

132132
[build-system]
133-
requires = ["poetry_core>=1.0.0", "setuptools>50"]
133+
requires = ["poetry_core>=1.0.0"]
134134
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)