Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 8040211

Browse files
committed
add data parts to the python package.
1 parent c3b0671 commit 8040211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
package_dir={'': 'src'},
99
requires=['genmsg'],
1010
scripts=['scripts/genjava_message_artifacts'],
11+
package_data = {'genjava': [
12+
'templates/genjava_project/*',
13+
'gradle/*',
14+
]},
1115
)
1216

13-
setup(**d)
17+
setup(**d)

0 commit comments

Comments
 (0)