supSMSGecko/setup.cfg
sup39 f79b5d8bfb
[v0.1.0a5] updated symbols.py and ldscript/*.ld
- Updated symbols.py and ldscript/*.ld to include symbols with the same name
- Change `::` to `_` in symbols.py to match with ldscript/*.ld
2023-07-16 10:21:02 +09:00

25 lines
649 B
INI

[metadata]
name = supSMSGecko
version = 0.1.0a5
author = sup39
author_email = sms@sup39.dev
description = A helper library to write Gecko code for Super Mario Sunshine
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sup39/supSMSGecko
license = MIT
project_urls =
Bug Tracker = https://github.com/sup39/supSMSGecko/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
[options]
packages = find_namespace:
include_package_data = True
python_requires = >=3.8
install_requires =
supGecko >=0.1.0a4, <0.2.0
[options.packages.find]
where = src