]> www.infradead.org Git - users/sagi/libnvme.git/commit
pyproject.toml instead of setup.py for new packaging
authorBoris Glimcher <Boris.Glimcher@emc.com>
Sun, 27 Feb 2022 19:36:04 +0000 (21:36 +0200)
committerBoris Glimcher <Boris.Glimcher@emc.com>
Mon, 28 Feb 2022 14:00:34 +0000 (16:00 +0200)
commitd8a6b84c8d95f1cc96bcc2342438d882f237c0c7
tree8b33abde453c69ae6f2eea97ea3e2cc939d36395
parent3e44e3d58150cff3222e882128bdee4f98ce7aec
pyproject.toml instead of setup.py for new packaging

This allows to build with meson and package for Pypi

Build like this:
    python -m build

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
libnvme/setup.py [deleted file]
pyproject.toml [new file with mode: 0644]