mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Delete setup.py
This commit is contained in:
12
setup.py
12
setup.py
@@ -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"]}})
|
||||
|
||||
Reference in New Issue
Block a user