keep init

This commit is contained in:
Jesse Bannon 2023-02-20 14:06:49 -08:00
parent 92a2ff3722
commit 30051b1d07
2 changed files with 2 additions and 4 deletions

5
.gitignore vendored
View file

@ -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
.local/

1
src/ytdl_sub/__init__.py Normal file
View file

@ -0,0 +1 @@
__version__ = "SET USING MAKEFILE"