Skip to content

Commit

Permalink
setup.py: include rpmlint.descriptions in packages
Browse files Browse the repository at this point in the history
Since setuptools-62.3.0¹, a warning is issued when setuptools finds an
importable package is listed in package_data rather than in packages.

¹ pypa/setuptools#3308
  https://setuptools.pypa.io/en/latest/history.html#v62-3-0
  • Loading branch information
tmzullinger committed Mar 6, 2023
1 parent baf5da0 commit d85d058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -59,6 +59,7 @@
packages=[
'rpmlint',
'rpmlint.checks',
'rpmlint.descriptions',
],
package_data={
'rpmlint': ['configdefaults.toml'],
Expand Down

0 comments on commit d85d058

Please sign in to comment.