[build-system] requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project] name = "pyinfra_wordpress" description = "pyinfra module to deploy wordpress in a podman container" readme = "README.md" requires-python = ">=3.10" keywords = ["pyinfra", "wordpress", "podman"] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Intended Audience :: Developers", ] dynamic = [ "version" ] dependencies = [ "pyinfra", ] [project.optional-dependencies] dev = [ "black", "mypy", "isort", "pylint", "pylama", ] [tool.black] line-length = 120 [tool.isort] profile = "black" [tool.mypy] ignore_missing_imports = "True"