We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761b4f5 + 84e0c3f commit 52eb1faCopy full SHA for 52eb1fa
CHANGES
@@ -14,6 +14,12 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
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
23
## libtmux 0.22.1 (2023-05-28)
24
25
_Maintenance only, no bug fixes, or new features_
pyproject.toml
@@ -130,5 +130,5 @@ exclude_lines = [
130
]
131
132
[build-system]
133
-requires = ["poetry_core>=1.0.0", "setuptools>50"]
+requires = ["poetry_core>=1.0.0"]
134
build-backend = "poetry.core.masonry.api"
0 commit comments