update setup.py
This commit is contained in:
7
bin/gallery-dl
Executable file
7
bin/gallery-dl
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
import gallery_dl
|
||||
|
||||
if __name__ == '__main__':
|
||||
gallery_dl.main()
|
||||
Reference in New Issue
Block a user