1
0
Fork 0
mirror of synced 2024-06-18 18:24:44 +12:00

Author added

This commit is contained in:
Ali Parlakci 2018-07-12 01:16:28 +03:00
parent 1fd6951420
commit 7452af8bd0

View file

@ -4,8 +4,9 @@ from cx_Freeze import setup, Executable
setup(
name = "Bulk Downloader for Reddit",
version = "1.0.1",
version = "1.1.0",
description = "Bulk Downloader for Reddit",
author = "Ali Parlakci",
executables = [Executable("script.py")],
options = {"build_exe": {"packages":["idna","imgurpython", "praw", "requests"]}})