Skip to content

Commit ed52a1e

Browse files
committed
!squash more
1 parent e8a6396 commit ed52a1e

File tree

2 files changed

+1327
-7
lines changed

2 files changed

+1327
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ lint = [
111111
"mypy",
112112
]
113113

114-
115-
116-
[tool.poetry.plugins.pytest11]
114+
[toolproject.entry-points.pytest11]
117115
libtmux = "libtmux.pytest_plugin"
118116

117+
[build-system]
118+
requires = ["hatchling"]
119+
build-backend = "hatchling.build"
120+
119121
[tool.mypy]
120122
strict = true
121123
files = [
@@ -207,7 +209,3 @@ filterwarnings = [
207209
"ignore::DeprecationWarning:libtmux.*:",
208210
"ignore::DeprecationWarning:tests:", # tests/
209211
]
210-
211-
[build-system]
212-
requires = ["poetry_core>=1.0.0"]
213-
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)