1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-11-30 04:23:46 +03:00
Files
libvirt-python/setup.cfg
Michal Privoznik 21ee4c657e setup.cfg: Remove Licence classifier
Per latest setuptools recommendation [1], it's not recommended to
specify license in `classifiers`. Move it to `license`.

1: 346bf17e0c
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2025-05-05 11:04:02 +02:00

21 lines
561 B
INI

[metadata]
name = libvirt-python
version = file: VERSION
description = The libvirt virtualization API python binding
long_description = file: README
long_description_content_type = text/x-rst
url = http://www.libvirt.org
maintainer = Libvirt Maintainers
maintainer_email = libvir-list@redhat.com
license_files = COPYING
license = LGPL-v2.0-or-later
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3 :: Only
[options]
python_requires = >=3.6
package_dir =
=build