1
0
Fork 0
This repository has been archived on 2024-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
supDolphinWS-server/setup.cfg

28 lines
719 B
INI
Raw Normal View History

2023-03-09 17:55:01 +09:00
[metadata]
name = supDolphinWS-server
2023-03-27 23:54:59 +09:00
version = 0.1.2
2023-03-09 17:55:01 +09:00
author = sup39
author_email = sms@sup39.dev
description = A WebSocket server for accessing memory of emulated games in Dolphin
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sup39/supDolphinWS-server
license = MIT
project_urls =
Bug Tracker = https://github.com/sup39/supDolphinWS-server/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
install_requires =
wsocket >= 2.1.0
psutil >= 5.9.4
[options.packages.find]
where = src