diff --git a/setup.py b/setup.py index 02a940c..d3878ec 100644 --- a/setup.py +++ b/setup.py @@ -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'