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

Commit

Permalink
add data parts to the python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Feb 28, 2015
1 parent c3b0671 commit 8040211
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
package_dir={'': 'src'},
requires=['genmsg'],
scripts=['scripts/genjava_message_artifacts'],
package_data = {'genjava': [
'templates/genjava_project/*',
'gradle/*',
]},
)

setup(**d)
setup(**d)

0 comments on commit 8040211

Please sign in to comment.