We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898317c commit cc21439Copy full SHA for cc21439
1 file changed
pyproject.toml
@@ -23,6 +23,9 @@ classifiers = [
23
"Programming Language :: Python :: Implementation :: CPython",
24
"Topic :: Software Development :: Libraries :: Python Modules"
25
]
26
+[project.urls]
27
+"Homepage" = "https://github.com/MBQbUtils/GithubReleaseDownloader"
28
+"Bug Tracker" = "https://github.com/MBQbUtils/GithubReleaseDownloader/issues"
29
[options.entry_points]
30
console_scripts = {github_release_downloader = "github_release_downloader:__main__"}
31
[tool.setuptools.dynamic]
0 commit comments