Skip to content

Commit

Permalink
added installing missing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jun 20, 2012
1 parent 8e92aba commit fd04eb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
packages=['buildfarm'],
package_dir = {'buildfarm':'src/buildfarm'},
scripts = ['scripts/setup_apt_root.py',
'scripts/list_all.py'],
'scripts/list_all.py',
'scripts/rosci',
'scripts/rosci-catkin-depends',
'scripts/rosci-clean-junit-xml'],
package_data = {'buildfarm': ['resources/templates/*.em', 'resources/templates/*/*']},
install_requires = ['vcstools', 'rospkg'],
author = "Tully Foote",
Expand Down

0 comments on commit fd04eb3

Please sign in to comment.