2025-02-09 20:37:08 +01:00
|
|
|
[metadata]
|
|
|
|
name = cfgv
|
2025-02-09 20:45:28 +01:00
|
|
|
version = 3.4.0
|
2025-02-09 20:37:08 +01:00
|
|
|
description = Validate configuration and produce human readable error messages.
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://github.com/asottile/cfgv
|
|
|
|
author = Anthony Sottile
|
|
|
|
author_email = asottile@umich.edu
|
|
|
|
license = MIT
|
2025-02-09 20:45:28 +01:00
|
|
|
license_files = LICENSE
|
2025-02-09 20:37:08 +01:00
|
|
|
classifiers =
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
|
|
|
|
|
|
[options]
|
|
|
|
py_modules = cfgv
|
2025-02-09 20:45:28 +01:00
|
|
|
python_requires = >=3.8
|
2025-02-09 20:37:08 +01:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = True
|
2025-02-09 20:40:38 +01:00
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
plugins = covdefaults
|