Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvermunt authored Feb 22, 2024
1 parent cb53745 commit af97047
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 @@ -4,6 +4,10 @@
if __name__ == '__main__':
setup(
package_data={
'pysdk': ['method_template.txt'],
'pysdk': [
'method_template.jinja',
'import_template.jinja',
'body_template.jinja'
],
}
)

0 comments on commit af97047

Please sign in to comment.