sup-dolphin-memory-lib/setup.cfg
sup39 2527142f07 [v0.1.0] pack into one PyPI package
Complete all basic functions, including:
- find dolphin, init shared memory
- read/write raw bytes
- read/write struct
- read/write single value (uint32/16/8, int32/16/8, float)
2022-06-25 03:23:12 +09:00

25 lines
696 B
INI

[metadata]
name = sup-dolphin-memory-lib
version = 0.1.0
author = sup39
author_email = sms@sup39.dev
description = A Python library for reading and writing the memory of an emulated game in Dolphin
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sup39/dolphin-memory-lib
project_urls =
Bug Tracker = https://github.com/sup39/dolphin-memory-lib/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
[options.packages.find]
where = src