Skip to content

Commit f44db8d

Browse files
committed
setup.cfg: remove "Source" and "Tracker" project URLs
Now when we use Trusted Publishing (https://docs.pypi.org/trusted-publishers/), PyPI automatically adds a section "GitHub Statistics" about the GitHub source repo, as you can see at https://test.pypi.org/project/kaitaistruct/0.11.dev2/: > ##### Project links > > - [Source](https://github.com/kaitai-io/kaitai_struct_python_runtime) > - [Tracker](https://github.com/kaitai-io/kaitai_struct_python_runtime/issues) > > ##### GitHub Statistics > > - [Repository](https://github.com/kaitai-io/kaitai_struct_python_runtime) > - [Stars: 99](https://github.com/kaitai-io/kaitai_struct_python_runtime/stargazers) > - [Forks: 32](https://github.com/kaitai-io/kaitai_struct_python_runtime/network/members) > - [Open issues: 7](https://github.com/kaitai-io/kaitai_struct_python_runtime/issues) > - [Open PRs: 5](https://github.com/kaitai-io/kaitai_struct_python_runtime/pulls) Therefore, our own "Project links" seem redundant.
1 parent a78fc9c commit f44db8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ author_email = [email protected]
66
url = https://kaitai.io
77
project_urls =
88
Documentation = https://doc.kaitai.io/
9-
Source = https://github.com/kaitai-io/kaitai_struct_python_runtime
10-
Tracker = https://github.com/kaitai-io/kaitai_struct_python_runtime/issues
119
Gitter = https://gitter.im/kaitai_struct/Lobby
1210
description = Kaitai Struct declarative parser generator for binary data: runtime library for Python
1311
long_description = file: README.md

0 commit comments

Comments
 (0)