Skip to content

Commit

Permalink
Merge pull request #167 from adybbroe/bug-fix-s3downloader-installation
Browse files Browse the repository at this point in the history
Fix installation of the S3 downloader script
  • Loading branch information
pnuu authored Apr 27, 2023
2 parents a027960 + f2f1174 commit 41a8ee8
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 41a8ee8

Please sign in to comment.