Skip to content

Commit

Permalink
Updating the data files list in the setup.py script #23
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed May 18, 2024
1 parent f9a3cca commit 2f4bbbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@
('share/spacelab_decoder/', ['spacelab_decoder/data/ui/spacelab_decoder.glade']),
('share/spacelab_decoder/', ['spacelab_decoder/data/img/spacelab-logo-full-400x200.png']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/floripasat-1.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/floripasat-2.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/golds-ufsc.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/aldebaran-1.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/spacelab-transmitter.json']),
('share/spacelab_decoder/', ['spacelab_decoder/data/satellites/catarina-a1.json']),
],
cmdclass = {'build_sphinx': BuildDoc},
)

0 comments on commit 2f4bbbb

Please sign in to comment.