[project] name = "linuxnamespaces" description = "typed syscall wrappers and plumbing for working with Linux namespaces" authors = [{name = "Helmut Grohne", email = "helmut@subdivi.de"}] classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Typing :: Typed", "Programming Language :: Python :: 3", ] requires-python = ">=3.9" [project.optional-dependencies] test = ["pytest", "pytest-forked", "pytest-subtests"] # We want jeepney or dbussy, not both. examples = ["dbussy", "jeepney", "zstandard"] [tool.black] line-length = 79 [tool.mypy] strict = true [tool.pylint] max-line-length=79