Metadata-Version: 2.1
Name: tmt-cmake
Version: 0.0.1.dev43+g1c05402
Summary: CMake plugin for tmt
Project-URL: Homepage, https://github.com/LecrisUT/tmt-cmake
Project-URL: Repository, https://github.com/LecrisUT/tmt-cmake
Project-URL: Documentation, https://tmt-cmake.readthedocs.io
Project-URL: Issues, https://github.com/LecrisUT/tmt-cmake/issues
Author-email: Cristian Le <git@lecris.dev>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.md
Keywords: metadata,testing
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: attrs
Requires-Dist: tmt
Provides-Extra: docs
Requires-Dist: breathe; extra == 'docs'
Requires-Dist: furo; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: sphinx-prompt; extra == 'docs'
Requires-Dist: sphinx-tippy; extra == 'docs'
Requires-Dist: sphinx-togglebutton; extra == 'docs'
Provides-Extra: test
Requires-Dist: flexmock; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-check; extra == 'test'
Provides-Extra: test-cov
Requires-Dist: pytest-cov; extra == 'test-cov'
Requires-Dist: tmt-cmake[test]; extra == 'test-cov'
Description-Content-Type: text/markdown

# TMT CMake plugin

<!-- SPHINX-START -->

This is a CMake plugin to the [tmt] testing framework.

<!-- SPHINX-END -->

[tmt]: https://tmt.readthedocs.io/en/stable/
