diff --git a/setup.py b/setup.py deleted file mode 100644 index 3d3eb57..0000000 --- a/setup.py +++ /dev/null @@ -1,12 +0,0 @@ -#!C:\Users\Ali\AppData\Local\Programs\Python\Python36\python.exe -import sys -from cx_Freeze import setup, Executable - -setup( - name = "Bulk Downloader for Reddit", - version = "1.1.0", - description = "Bulk Downloader for Reddit", - author = "Ali Parlakci", - executables = [Executable("script.py")], - options = {"build_exe": {"packages":["idna","imgurpython", "praw", "requests"]}}) -