Skip to content

Commit bfaeffb

Browse files
Fix cut-and-paste typo (#5)
1 parent 56328c1 commit bfaeffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies = [
2525
]
2626

2727
[project.scripts]
28-
devstats = "devstats.__main__:main"
28+
devstats = "devstats.__init__:main"
2929

3030
[project.optional-dependencies]
31-
lint = ["pre-commit >= 3.r32"]
31+
lint = ["pre-commit >= 3.3.2"]
3232

3333
[project.urls]
3434
homepage = "https://github.com/scientific-python/devstats"

0 commit comments

Comments
 (0)