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

3
.gitignore vendored
View file

@ -144,6 +144,3 @@ 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

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

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