diff --git a/include_in_build.py b/include_in_build.py new file mode 100644 index 00000000..f7f8f696 --- /dev/null +++ b/include_in_build.py @@ -0,0 +1,2 @@ +print("This script will be included in the build.") +print("You can then run it with: import include_in_build.py") diff --git a/manifest.py b/manifest.py new file mode 100644 index 00000000..b8b404fc --- /dev/null +++ b/manifest.py @@ -0,0 +1 @@ +freeze('', 'include_in_build.py') diff --git a/appstore.py b/trash/appstore.py similarity index 100% rename from appstore.py rename to trash/appstore.py