Skip to content

Commit

Permalink
Add templates folder as package data
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Apr 11, 2019
1 parent 46889ab commit c6139ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
author_email='sodre@sodre.co',
url='https://github.com/sodre/terraformspawner',
packages=['terraformspawner'],
package_data={'terraformspawner': ['templates/*']},
entry_points={
'console_scripts': [
'terraformspawner=terraformspawner.cli:cli'
Expand Down

0 comments on commit c6139ef

Please sign in to comment.