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

This commit is contained in:
2023-07-16 15:33:27 +03:00
parent 56feecfeff
commit 7222e18811
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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".
+1 -1
View File
@@ -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]