diff --git a/setup.cfg b/setup.cfg index e06581396..114e3145c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -license_file = COPYING +license_files = COPYING [aliases] test=pytest diff --git a/setup.py b/setup.py index 1032cea38..162324385 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ packages=[ 'rpmlint', 'rpmlint.checks', + 'rpmlint.descriptions', ], package_data={ 'rpmlint': ['configdefaults.toml'],