diff --git a/project_scaffold_cli/templates/python/{{project_slug}}/__init__.py.j2 b/project_scaffold_cli/templates/python/{{project_slug}}/__init__.py.j2 new file mode 100644 index 0000000..b17d729 --- /dev/null +++ b/project_scaffold_cli/templates/python/{{project_slug}}/__init__.py.j2 @@ -0,0 +1 @@ +{{ project_slug }}