forked from linux-nvme/libnvme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
24 lines (22 loc) · 877 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["mesonpep517", "wheel", "meson", "ninja"] # PEP 508 specifications.
build-backend = "mesonpep517.buildapi"
[tool.mesonpep517.metadata]
author="Hannes Reinecke"
author-email="[email protected]"
classifiers = [
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
]
description-file="README.md"
home-page = "https://github.com/linux-nvme/libnvme"
license="LGPL-2.1-or-later"
requires-python=">=3.6"
summary="python bindings for libnvme"