2021-01-02 11:33:38 -05:00
|
|
|
[metadata]
|
|
|
|
|
name = cibuildwheel
|
2023-10-03 20:07:09 +01:00
|
|
|
version = 2.16.2
|
2021-01-02 11:33:38 -05:00
|
|
|
description = Build Python wheels on CI with minimal configuration.
|
|
|
|
|
long_description = file: README.md
|
|
|
|
|
long_description_content_type = text/markdown
|
2021-05-24 10:21:03 -04:00
|
|
|
url = https://github.com/pypa/cibuildwheel
|
2021-01-02 11:33:38 -05:00
|
|
|
author = Joe Rickerby
|
|
|
|
|
author_email = joerick@mac.com
|
2021-10-07 23:10:56 -04:00
|
|
|
license = BSD-2-Clause
|
2023-06-05 21:52:58 +00:00
|
|
|
license_files = LICENSE
|
2021-01-02 11:33:38 -05:00
|
|
|
classifiers =
|
2021-04-25 12:38:28 -04:00
|
|
|
Development Status :: 5 - Production/Stable
|
2021-01-02 11:33:38 -05:00
|
|
|
Intended Audience :: Developers
|
2021-04-25 12:38:28 -04:00
|
|
|
License :: OSI Approved :: BSD License
|
2021-01-02 11:33:38 -05:00
|
|
|
Natural Language :: English
|
|
|
|
|
Programming Language :: Python :: 3
|
2021-04-25 12:38:28 -04:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
|
Programming Language :: Python :: 3.9
|
2021-10-07 23:10:56 -04:00
|
|
|
Programming Language :: Python :: 3.10
|
2022-10-10 14:44:38 -04:00
|
|
|
Programming Language :: Python :: 3.11
|
2021-01-02 11:33:38 -05:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
|
Topic :: Software Development :: Build Tools
|
2021-04-25 12:38:28 -04:00
|
|
|
keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows
|
2021-01-02 11:33:38 -05:00
|
|
|
project_urls =
|
2021-05-24 10:21:03 -04:00
|
|
|
Changelog=https://github.com/pypa/cibuildwheel#changelog
|
2021-01-02 11:33:38 -05:00
|
|
|
Documentation=https://cibuildwheel.readthedocs.io/
|
|
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
packages = find:
|
|
|
|
|
install_requires =
|
|
|
|
|
bashlex!=0.13
|
2021-01-15 15:25:22 -05:00
|
|
|
bracex
|
2021-04-25 12:38:28 -04:00
|
|
|
certifi
|
2022-01-08 11:30:48 +01:00
|
|
|
filelock
|
2022-04-18 14:24:53 +02:00
|
|
|
packaging>=20.9
|
2022-01-08 11:30:48 +01:00
|
|
|
platformdirs
|
2022-04-15 21:00:57 -07:00
|
|
|
tomli;python_version < '3.11'
|
2022-09-17 11:29:39 +01:00
|
|
|
typing-extensions>=4.1.0;python_version < '3.11'
|
2023-06-14 00:02:10 +02:00
|
|
|
python_requires = >=3.8
|
2021-04-25 12:38:28 -04:00
|
|
|
include_package_data = True
|
|
|
|
|
zip_safe = False
|
|
|
|
|
|
2021-10-07 23:10:56 -04:00
|
|
|
[options.packages.find]
|
|
|
|
|
include =
|
|
|
|
|
cibuildwheel
|
|
|
|
|
|
2021-04-25 12:38:28 -04:00
|
|
|
[options.entry_points]
|
|
|
|
|
console_scripts =
|
|
|
|
|
cibuildwheel = cibuildwheel.__main__:main
|
2023-09-26 11:23:20 -05:00
|
|
|
validate_pyproject.tool_schema =
|
|
|
|
|
cibuildwheel = cibuildwheel.schema:get_schema
|
2021-01-02 11:33:38 -05:00
|
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
|
cibuildwheel = resources/*
|