Skip to content

Commit

Permalink
removed non-existent file from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Feb 3, 2023
1 parent ed362a0 commit 16b1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
data_files=[
( "share/doc/nanovnasaver/", [ "CHANGELOG.md", "LICENSE", "README.md" ] ),
( "share/doc/nanovnasaver/", [ "LICENSE", "README.md" ] ),
( "share/applications/", [ "NanoVNASaver.desktop" ] ),
( "share/icons/hicolor/48x48/apps/", [ "NanoVNASaver_48x48.png" ] ),
]
Expand Down

0 comments on commit 16b1cfa

Please sign in to comment.