Move to standard module structure

This commit is contained in:
Serene-Arc
2021-02-07 11:05:18 +10:00
committed by Ali Parlakci
parent 185335e60b
commit d8a1204d8b
26 changed files with 80 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
## python setup.py build
import sys
from cx_Freeze import setup, Executable
from script import __version__
from bulkredditdownloader.__main__ import __version__
options = {
"build_exe": {