Skip to content

Commit

Permalink
Merge pull request #1017 from tmzullinger/setuptools-deprecations
Browse files Browse the repository at this point in the history
Setuptools deprecations
  • Loading branch information
marxin committed Mar 8, 2023
2 parents baf5da0 + a7265df commit 85145b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[metadata]
license_file = COPYING
license_files = COPYING

[aliases]
test=pytest
Expand Down
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 85145b3

Please sign in to comment.