ci: Drop CentOS 8 Stream and switch F38 to 40, Ubuntu 20.04 to 22.04
[libvirt-python.git] / setup.cfg
blob41cac5561b498bf14d51f6d865ab462d58979982
1 [metadata]
2 name = libvirt-python
3 version = file: VERSION
4 description = The libvirt virtualization API python binding
5 long_description = file: README
6 long_description_content_type = text/x-rst
7 url = http://www.libvirt.org
8 maintainer = Libvirt Maintainers
9 maintainer_email = libvir-list@redhat.com
10 license_files = COPYING
11 classifiers =
12       Development Status :: 5 - Production/Stable
13       Intended Audience :: Developers
14       License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
15       Programming Language :: Python :: 3 :: Only
17 [options]
18 python_requires = >=3.6
19 package_dir =
20     =build