Add 'rpmlint.descriptions' to packages on pyproject.toml

added "rpmlint.descriptions" to packages metadata on
pyproject.toml
This commit is contained in:
fabiobarkoski 2023-03-10 10:46:43 -03:00
parent 9fb26419ea
commit c7353690dc
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ download-url = "https://github.com/rpm-software-management/rpmlint"
platforms = ["Linux"]
packages = [
"rpmlint",
"rpmlint.checks"
"rpmlint.checks",
"rpmlint.descriptions"
]
include-package-data = true