-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
|
||
setuptools.setup( | ||
name="moviecolor", | ||
version="1.0.2", | ||
version="1.0.4", | ||
author="Mehran Asaad", | ||
author_email = '[email protected]', | ||
license='MIT', | ||
url = 'https://github.com/AsaadMe/MovieColor', | ||
download_url = 'https://github.com/AsaadMe/MovieColor/releases/tag/v1.0.2', | ||
download_url = 'https://github.com/AsaadMe/MovieColor/releases/tag/v1.0.4', | ||
keywords = ['moviebarcode'], | ||
description="Fast program to generate a 'Moviebarcode' of a video from average color of its frames with embedded ffmpeg and real-time progress interface.", | ||
long_description=long_description, | ||
|
@@ -21,7 +21,7 @@ | |
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
], | ||
python_requires='>=3.9', | ||
python_requires='>=3.8', | ||
install_requires=[ | ||
'ffmpeg-python==0.2.0', | ||
'future==0.18.2', | ||
|