summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9855e72..9e90387 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,11 +19,22 @@ dbussy = ["dbussy"]
zstandard = ["zstandard"]
test = ["pytest", "pytest-forked", "pytest-subtests"]
+[build-system]
+requires = ["flit_core >=3.8"]
+build-backend = "flit_core.buildapi"
+
[tool.black]
line-length = 79
+[tool.flit.module]
+name = "linuxnamespaces"
+
+[tool.flit.sdist]
+include = ["conftest.py", "examples/", "README.md", "tests/"]
+
[tool.mypy]
strict = true
[tool.pylint]
max-line-length=79
+good-names = ["fd"]