From 30051b1d078d7a37a43a8207ea6f73bd43cf90d2 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 14:06:49 -0800 Subject: [PATCH] keep init --- .gitignore | 5 +---- src/ytdl_sub/__init__.py | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 src/ytdl_sub/__init__.py diff --git a/.gitignore b/.gitignore index 4f464d0c..c3d15213 100644 --- a/.gitignore +++ b/.gitignore @@ -143,7 +143,4 @@ docker/*.whl docker/root/*.whl docker/root/defaults/examples -.local/ - -# Ignore updates to root __init__, will write new versions when running make -src/ytdl_sub/__init__.py \ No newline at end of file +.local/ \ No newline at end of file diff --git a/src/ytdl_sub/__init__.py b/src/ytdl_sub/__init__.py new file mode 100644 index 00000000..261b8896 --- /dev/null +++ b/src/ytdl_sub/__init__.py @@ -0,0 +1 @@ +__version__ = "SET USING MAKEFILE"