Skip to content

Commit

Permalink
List not tuple is required for setup.py's Category in python3 apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Apr 17, 2018
1 parent 6432825 commit 497c852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run_tests(self):
long_description=readme,
url='https://zulko.github.io/moviepy/',
license='MIT License',
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
Expand All @@ -126,7 +126,7 @@ def run_tests(self):
'Topic :: Multimedia :: Video',
'Topic :: Multimedia :: Video :: Capture',
'Topic :: Multimedia :: Video :: Conversion',
),
],
keywords='video editing audio compositing ffmpeg',
packages=find_packages(exclude='docs'),
cmdclass=cmdclass,
Expand Down

0 comments on commit 497c852

Please sign in to comment.