Metadata-Version: 2.1
Name: mesonpep517
Version: 0.2
Summary: Create pep517 compliant packages from the meson build system
Home-page: https://gitlab.com/thiblahute/mesonpep517
Author: Thibault Saunier
Author-email: tsaunier@gnome.org
Requires-Dist: wheel>0.33
Requires-Dist: meson
Requires-Dist: toml
Requires-Dist: setuptools
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Source, https://gitlab.com/thiblahute/mesonpep517
Project-URL: Documentation, https://thiblahute.gitlab.io/mesonpep517/
Description-Content-Type: text/markdown
Description:

# mesonpep517

This is a simple module that implements pep517 for the [meson] build system.

This means that you only need to provide a `pyproject.toml` in your project
source root to be able to publish your project built with meson on PyPi
and to create a wheel for the project.

For more information have a look at [the documentation](https://thiblahute.gitlab.io/mesonpep517/)

[meson]: https://mesonbuild.com