Metadata-Version: 2.1
Name: scikit-build
Version: 0.17.5
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
Project-URL: Bug Tracker, https://github.com/scikit-build/scikit-build/issues
Project-URL: Changelog, https://scikit-build.readthedocs.io/en/latest/changes.html
Project-URL: Discussions, https://github.com/orgs/scikit-build/discussions
Project-URL: Documentation, https://scikit-build.readthedocs.io/
Project-URL: Examples, https://github.com/scikit-build/scikit-build-sample-projects
Project-URL: Homepage, https://github.com/scikit-build/scikit-build
Author: The scikit-build team
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: scikit-build
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: distro
Requires-Dist: packaging
Requires-Dist: setuptools>=42.0.0
Requires-Dist: tomli; python_version < '3.11'
Requires-Dist: typing-extensions>=3.7; python_version < '3.8'
Requires-Dist: wheel>=0.32.0
Provides-Extra: cov
Requires-Dist: coverage[toml]>=4.2; extra == 'cov'
Requires-Dist: pytest-cov>=2.7.1; extra == 'cov'
Provides-Extra: docs
Requires-Dist: pygments; extra == 'docs'
Requires-Dist: sphinx-issues; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=4; extra == 'docs'
Requires-Dist: sphinxcontrib-moderncmakedomain>=3.19; extra == 'docs'
Provides-Extra: doctest
Requires-Dist: ubelt>=0.8.2; extra == 'doctest'
Requires-Dist: xdoctest>=0.10.0; extra == 'doctest'
Provides-Extra: test
Requires-Dist: build>=0.7; extra == 'test'
Requires-Dist: cython>=0.25.1; extra == 'test'
Requires-Dist: importlib-metadata; python_version < '3.8' and extra == 'test'
Requires-Dist: pytest-mock>=1.10.4; extra == 'test'
Requires-Dist: pytest-virtualenv>=1.2.5; extra == 'test'
Requires-Dist: pytest>=6.0.0; extra == 'test'
Requires-Dist: requests; extra == 'test'
Requires-Dist: virtualenv; extra == 'test'
