We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
metadata.project_urls
1 parent 4accba9 commit 4a6e228Copy full SHA for 4a6e228
setup.cfg
@@ -4,6 +4,11 @@ version = attr: kaitaistruct.__version__
4
author = Kaitai Project
5
author_email = [email protected]
6
url = https://kaitai.io
7
+project_urls =
8
+ 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
11
+ Gitter = https://gitter.im/kaitai_struct/Lobby
12
description = Kaitai Struct declarative parser generator for binary data: runtime library for Python
13
long_description = file: README.md
14
long_description_content_type = text/markdown
0 commit comments