pyodide/pyodide-build/setup.cfg

42 lines
929 B
INI

[metadata]
name = pyodide-build
version = attr: pyodide_build.__version__
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:
python_requires = >=3.10
install_requires =
pyyaml
cython<3.0
ruamel.yaml
packaging
wheel
tomli
build==0.7.0
[options.entry_points]
console_scripts =
pyodide-build = pyodide_build.__main__:main
[options.extras_require]
test =
pytest
pytest-pyodide
[options.packages.find]
where = .