26 lines
696 B
INI
26 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
|