Fix the command that was "ans", but it must be "asn".

main
KKlochko 2 years ago
parent 56feecfeff
commit 7222e18811

@ -47,3 +47,5 @@
Remove the README.org. Remove the README.org.
** 1.2.2 <2023-07-16> ** 1.2.2 <2023-07-16>
Add the CI/CD configuration. Add the CI/CD configuration.
** 1.2.3 <2023-07-16>
Fix the command that was "ans", but it must be "asn".

@ -28,7 +28,7 @@ dependencies = [
] ]
[project.scripts] [project.scripts]
ans = "src.main:main" asn = "src.main:main"
anitube-simple-notification = "src.main:main" anitube-simple-notification = "src.main:main"
[project.urls] [project.urls]

Loading…
Cancel
Save