mirror of https://github.com/pyodide/pyodide.git
31 lines
776 B
INI
31 lines
776 B
INI
[metadata]
|
|
name = pyodide-build
|
|
version = 0.18.0dev0
|
|
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.8
|
|
install_requires =
|
|
pyyaml
|
|
cython<3.0
|
|
[options.entry_points]
|
|
console_scripts =
|
|
pyodide-build = pyodide_build.__main__:main
|
|
|
|
[options.packages.find]
|
|
where = .
|