Add python 3.8 to setup.py

This commit is contained in:
Daniel Wróbel 2020-05-25 19:39:18 +02:00 committed by GitHub
parent c0df272e41
commit e736ba5a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Internet",
"Topic :: Multimedia :: Video"
],