2021-05-03 18:51:11 +00:00
|
|
|
[metadata]
|
|
|
|
name = pyodide-build
|
2022-06-24 15:05:36 +00:00
|
|
|
version = 0.21.0.dev0
|
2021-05-03 18:51:11 +00:00
|
|
|
author = Pyodide developers
|
|
|
|
description = "Tools for building Pyodide"
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://github.com/pyodide/pyodide
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/pyodide/pyodide/issues
|
|
|
|
Documentation = https://pyodide.org/en/stable/
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= .
|
|
|
|
packages = find:
|
2022-05-24 16:49:53 +00:00
|
|
|
python_requires = >=3.10
|
2021-05-03 18:51:11 +00:00
|
|
|
install_requires =
|
|
|
|
pyyaml
|
|
|
|
cython<3.0
|
2022-04-08 20:58:58 +00:00
|
|
|
ruamel.yaml
|
2022-04-09 20:41:10 +00:00
|
|
|
packaging
|
|
|
|
wheel
|
|
|
|
tomli
|
|
|
|
build==0.7.0
|
|
|
|
|
2021-05-03 18:51:11 +00:00
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
pyodide-build = pyodide_build.__main__:main
|
|
|
|
|
2022-04-09 20:41:10 +00:00
|
|
|
[options.extras_require]
|
|
|
|
test =
|
|
|
|
pytest
|
|
|
|
|
2021-05-03 18:51:11 +00:00
|
|
|
[options.packages.find]
|
|
|
|
where = .
|