Move version metadata key to setup.cfg (#65091)

* Move version to setup.cfg
* Move python_requires to setup.cfg
* Add script to validate project metadata
* Add dedicated pre-commit hook
This commit is contained in:
Marc Mueller
2022-01-28 13:36:20 +01:00
committed by GitHub
parent a9cc35d6b6
commit 75f39f9ca2
6 changed files with 55 additions and 5 deletions

View File

@ -12,6 +12,7 @@ from . import (
dhcp,
json,
manifest,
metadata,
mqtt,
mypy_config,
requirements,
@ -41,6 +42,7 @@ INTEGRATION_PLUGINS = [
HASS_PLUGINS = [
coverage,
mypy_config,
metadata,
]
ALL_PLUGIN_NAMES = [