forked from pygame-web/pygbag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (43 loc) · 1.13 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = pygbag
version = attr: pygbag.VERSION
author = Paul Peny
description = package and run python/pygame-ce wasm (and more) directly in modern web browsers.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://pygame-web.github.io/
project_urls =
Wiki = https://pygame-web.github.io/
Bug Tracker = https://github.com/pygame-web/pygbag/issues
Source Code = https://github.com/pygame-web/pygbag
Project Page = https://github.com/pygame-web
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
# Environment :: WebAssembly
# Environment :: WebAssembly :: Emscripten
# Environment :: WebAssembly :: WASI
[options]
packages = find:
package_dir =
= src
include_package_data = True
zip_safe = False
python_requires = >=3.8
[options.packages.find]
where = src
install_requires =
token_utils
pyparsing
packaging
installer
black
[options.extras_require]
SIM =
aioconsole
aiohttp
asyncio_socks_server
[options.entry_points]
console_scripts =
pygbag = pygbag.app:main