Skip to content

Commit e7af2d8

Browse files
committed
pyproject: add description metadata
The twine upload fails with InvalidDistribution: Invalid distribution metadata: unrecognized or malformed field 'description' Add a description to make the tool happy. Signed-off-by: Daniel Wagner <[email protected]>
1 parent d8265f6 commit e7af2d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ classifiers = [
1111
"Development Status :: 5 - Production/Stable",
1212
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
1313
"Programming Language :: Python :: 3",
14-
"Programming Language :: Python :: 3.6",
15-
"Programming Language :: Python :: 3.7",
16-
"Programming Language :: Python :: 3.8",
17-
"Programming Language :: Python :: 3.9",
1814
"Topic :: Software Development :: Libraries :: Python Modules",
1915
]
16+
description="Provides library functions for accessing and managing nvme devices on a Linux system."
2017
description-file="README.md"
2118
home-page = "https://github.com/linux-nvme/libnvme"
2219
license="LGPL-2.1-or-later"

0 commit comments

Comments
 (0)