Skip to content

Commit

Permalink
support python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaadMe committed Mar 8, 2021
1 parent 79929d3 commit e692fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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',
Expand Down

0 comments on commit e692fa9

Please sign in to comment.