-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
31 lines (30 loc) · 853 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = xkbregistry
version = 1.5
description = Bindings for libxkbregistry using cffi
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Stephen Early
author_email = steve@assorted.org.uk
url = https://github.com/sde1000/python-xkbregistry
license = MIT
license_files =
LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Intended Audience :: Developers
[options]
python_requires = >= 3.8
packages =
xkbregistry
setup_requires =
cffi >= 1.5.0
install_requires =
cffi >= 1.5.0