From 8a0f5c13be109694564a27329d775ef7a2b17509 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 23 May 2023 13:04:49 -0700 Subject: [PATCH] Fix cut-and-paste typo --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acb4474..2704b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,10 @@ dependencies = [ ] [project.scripts] -devstats = "devstats.__main__:main" +devstats = "devstats.__init__:main" [project.optional-dependencies] -lint = ["pre-commit >= 3.r32"] +lint = ["pre-commit >= 3.3.2"] [project.urls] homepage = "https://github.com/scientific-python/devstats"