Files
cibuildwheel/setup.cfg
T

57 lines
1.6 KiB
INI
Raw Normal View History

[metadata]
name = cibuildwheel
2023-10-03 20:07:09 +01:00
version = 2.16.2
description = Build Python wheels on CI with minimal configuration.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pypa/cibuildwheel
author = Joe Rickerby
author_email = joerick@mac.com
2021-10-07 23:10:56 -04:00
license = BSD-2-Clause
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
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
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Build Tools
keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows
project_urls =
Changelog=https://github.com/pypa/cibuildwheel#changelog
Documentation=https://cibuildwheel.readthedocs.io/
[options]
packages = find:
install_requires =
bashlex!=0.13
bracex
certifi
filelock
2022-04-18 14:24:53 +02:00
packaging>=20.9
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'
python_requires = >=3.8
include_package_data = True
zip_safe = False
2021-10-07 23:10:56 -04:00
[options.packages.find]
include =
cibuildwheel
[options.entry_points]
console_scripts =
cibuildwheel = cibuildwheel.__main__:main
validate_pyproject.tool_schema =
cibuildwheel = cibuildwheel.schema:get_schema
[options.package_data]
cibuildwheel = resources/*