Skip to content

Commit

Permalink
add package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Oct 29, 2018
1 parent 44ca9a3 commit 794e13a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@
},

package_data={
'proto': ['*.proto'],
'proto': [
'*.proto'
],
'gsl_protocol_python': [
'python.yaml',
],
},

entry_points={
Expand Down

0 comments on commit 794e13a

Please sign in to comment.