We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a6396 commit ed52a1eCopy full SHA for ed52a1e
pyproject.toml
@@ -111,11 +111,13 @@ lint = [
111
"mypy",
112
]
113
114
-
115
116
-[tool.poetry.plugins.pytest11]
+[toolproject.entry-points.pytest11]
117
libtmux = "libtmux.pytest_plugin"
118
+[build-system]
+requires = ["hatchling"]
119
+build-backend = "hatchling.build"
120
+
121
[tool.mypy]
122
strict = true
123
files = [
@@ -207,7 +209,3 @@ filterwarnings = [
207
209
"ignore::DeprecationWarning:libtmux.*:",
208
210
"ignore::DeprecationWarning:tests:", # tests/
211
-[build-system]
212
-requires = ["poetry_core>=1.0.0"]
213
-build-backend = "poetry.core.masonry.api"
0 commit comments