Skip to content

Commit

Permalink
setup: add packages=[] to fix setuptools being confused
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 30, 2024
1 parent 3d42fb9 commit 42ef63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name='unattended-upgrades',
version='0.1',
scripts=['unattended-upgrade'],
packages=[],
data_files=[
('../etc/logrotate.d/',
["data/logrotate.d/unattended-upgrades"]),
Expand Down

0 comments on commit 42ef63b

Please sign in to comment.