Skip to content

Commit 1aac4c7

Browse files
committed
Merge pull request #3 from barraq/patch-1
Adding rosjava templates and missing android template to the setup.py in...
2 parents 5dbf437 + 415050c commit 1aac4c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
],
1616
package_data = {'rosjava_build_tools': [
1717
'templates/android_package/*',
18+
'templates/android_project/*',
19+
'templates/rosjava_msg_project/*',
20+
'templates/rosjava_package/*',
21+
'templates/rosjava_project/*',
1822
'templates/init_repo/*',
1923
]},
2024
requires=['rospy' 'rospkg']

0 commit comments

Comments
 (0)