2021-05-03 18:51:11 +00:00
|
|
|
[metadata]
|
|
|
|
name = pyodide-build
|
2022-07-10 08:58:39 +00:00
|
|
|
version = attr: pyodide_build.__version__
|
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
|
2022-09-12 18:18:40 +00:00
|
|
|
virtualenv
|
2022-09-11 07:20:56 +00:00
|
|
|
pydantic>=1.10.2
|
2022-09-22 01:42:26 +00:00
|
|
|
cmake
|
2022-04-09 20:41:10 +00:00
|
|
|
|
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
|
2022-07-31 10:00:45 +00:00
|
|
|
pytest-pyodide
|
2022-04-09 20:41:10 +00:00
|
|
|
|
2021-05-03 18:51:11 +00:00
|
|
|
[options.packages.find]
|
|
|
|
where = .
|