We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56328c1 commit bfaeffbCopy full SHA for bfaeffb
1 file changed
pyproject.toml
@@ -25,10 +25,10 @@ dependencies = [
25
]
26
27
[project.scripts]
28
-devstats = "devstats.__main__:main"
+devstats = "devstats.__init__:main"
29
30
[project.optional-dependencies]
31
-lint = ["pre-commit >= 3.r32"]
+lint = ["pre-commit >= 3.3.2"]
32
33
[project.urls]
34
homepage = "https://github.com/scientific-python/devstats"
0 commit comments