1
0
Fork 0

Adding upstream version 1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-15 08:44:15 +01:00
parent 809e3412a9
commit 336fe81026
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
743 changed files with 51081 additions and 0 deletions

24
pyproject.toml Normal file
View file

@ -0,0 +1,24 @@
[build-system]
requires = ["mesonpep517", "wheel", "meson==0.61.2", "ninja"] # PEP 508 specifications.
build-backend = "mesonpep517.buildapi"
[tool.mesonpep517.metadata]
author="Hannes Reinecke"
author-email="hare@suse.de"
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"