diff --git a/pyproject.toml b/pyproject.toml index 4fac503..e0c1177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ changelog = ["towncrier==22.12.0"] dev = [ "nox[uv]>=2024.3", "pre-commit>=2.21.0", - "pylint==3.2.6", + "pylint==3.3.1", ] docs = [ "sphinx", @@ -68,7 +68,7 @@ docs = [ ] docsauto = ["sphinx-autobuild"] lint = [ - "pylint==3.2.6", + "pylint==3.3.1", ] tests = [ "pytest>=7.2.0", @@ -79,11 +79,6 @@ tests = [ [project.scripts] dooti = "dooti.cli:main" -[tool.setuptools] -zip-safe = false -include-package-data = true -platforms = ["any"] - [tool.setuptools.packages.find] where = ["src"] exclude = ["tests"] @@ -133,9 +128,6 @@ directory = "security" name = "Security" showcontent = true -[tool.poetry.scripts] -dooti = "dooti.cli:main" - [tool.isort] profile = "black" multi_line_output = 3