2022-06-06 21:14:17 +00:00
|
|
|
# SPDX-FileCopyrightText: © 2022 Decompollaborate
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
name = rabbitizer
|
2022-06-11 22:35:19 +00:00
|
|
|
version = 1.0.0
|
2022-06-06 21:14:17 +00:00
|
|
|
author = Decompollaborate
|
|
|
|
license = MIT
|
2022-06-10 23:15:46 +00:00
|
|
|
description = MIPS instruction decoder
|
2022-06-06 21:14:17 +00:00
|
|
|
url = https://github.com/Decompollaborate/rabbitizer
|
|
|
|
project_urls =
|
|
|
|
Source = https://github.com/Decompollaborate/rabbitizer
|
|
|
|
Bug Tracker = https://github.com/Decompollaborate/rabbitizer/issues
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = rabbitizer
|
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
rabbitizer =
|
|
|
|
**/*.pyi
|
|
|
|
**/py.typed
|