Skip to content

Commit

Permalink
Fix installation of the S3 downloader script
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <[email protected]>
  • Loading branch information
Adam.Dybbroe committed Apr 26, 2023
1 parent a027960 commit f2f1174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# Copyright (c) 2015, 2020.
# Copyright (c) 2015-2023 Pytroll Developers
#

# Author(s):
Expand Down Expand Up @@ -63,6 +63,7 @@
'bin/move_it_mirror.py',
'bin/remove_it.py',
'bin/dispatcher.py',
'bin/s3downloader.py',
],
data_files=[],
packages=['trollmoves'],
Expand Down

0 comments on commit f2f1174

Please sign in to comment.