mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-06 06:54:13 +00:00
24 lines
592 B
INI
24 lines
592 B
INI
|
# SPDX-FileCopyrightText: © 2022 Decompollaborate
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
[metadata]
|
||
|
name = rabbitizer
|
||
|
version = 0.1.0
|
||
|
author = Decompollaborate
|
||
|
license = MIT
|
||
|
description = MIPS instruction disassembler
|
||
|
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
|