keep init
This commit is contained in:
parent
92a2ff3722
commit
30051b1d07
2 changed files with 2 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -143,7 +143,4 @@ docker/*.whl
|
||||||
docker/root/*.whl
|
docker/root/*.whl
|
||||||
docker/root/defaults/examples
|
docker/root/defaults/examples
|
||||||
|
|
||||||
.local/
|
.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
1
src/ytdl_sub/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
__version__ = "SET USING MAKEFILE"
|
||||||
Loading…
Reference in a new issue