Skip to content

Commit c32327f

Browse files
committed
fix: fixing my grosse boulette
1 parent a314da2 commit c32327f

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "moodle-painkillers"
3-
version = "1.0.0"
3+
version = "1.0.4"
44
description = "Signs you up on Moodle so you get paid."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -11,7 +11,7 @@ dependencies = [
1111
]
1212

1313
[project.scripts]
14-
moodle-painkillers = "moodle_painkillers:main"
14+
moodle-painkillers = "moodle_painkillers:__main__"
1515

1616
[project.optional-dependencies]
1717
desktop = [

0 commit comments

Comments
 (0)