Add commands to execute the package.

main
KKlochko 2 years ago
parent f5e9da7c83
commit 73ef4003a8

@ -41,3 +41,5 @@
Update the mail information. Update the mail information.
** 1.1.4 <2023-07-16> ** 1.1.4 <2023-07-16>
Update the package information and imports. Update the package information and imports.
** 1.2.0 <2023-07-16>
Add commands to execute the package.

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "anitube-simple-notification" name = "anitube-simple-notification"
version = "1.1.1" version = "1.2.0"
authors = [ authors = [
{ name="Kostiantyn Klochko", email="kklochko@protonmail.com" }, { name="Kostiantyn Klochko", email="kklochko@protonmail.com" },
] ]
@ -27,6 +27,14 @@ dependencies = [
"platformdirs~=3.0.0" "platformdirs~=3.0.0"
] ]
[project.scripts]
ans = "src.main:main"
anitube-simple-notification = "src.main:main"
[project.urls] [project.urls]
"Homepage" = "https://gitlab.com/KKlochko/anitube-simple-notification" "Homepage" = "https://gitlab.com/KKlochko/anitube-simple-notification"
"Bug Tracker" = "https://gitlab.com/KKlochko/anitube-simple-notification/issues" "Bug Tracker" = "https://gitlab.com/KKlochko/anitube-simple-notification/issues"
[tool.setuptools]
packages = ["src"]

Loading…
Cancel
Save