@@ -64,15 +64,29 @@ def get_current_commit_hash():
6464keywords  =  misc_keywords  +  file_formats  +  filter_names 
6565
6666setup (
67-     name  =  'ffmpeg-python' ,
68-     packages  =  ['ffmpeg' ],
69-     version  =  '0.1.5' ,
70-     description  =  'Python bindings for FFmpeg - with support for complex filtering' ,
71-     author  =  'Karl Kroening' ,
72-     author_email  =  '[email protected] ' ,
 73-     url  =  'https://github.com/kkroening/ffmpeg-python' ,
74-     download_url  =  download_url ,
75-     classifiers  =  [],
76-     keywords  =  keywords ,
77-     long_description  =  long_description ,
67+     name = 'ffmpeg-python' ,
68+     packages = ['ffmpeg' ],
69+     version = '0.1.5' ,
70+     description = 'Python bindings for FFmpeg - with support for complex filtering' ,
71+     author = 'Karl Kroening' ,
72+ 73+     url = 'https://github.com/kkroening/ffmpeg-python' ,
74+     download_url = download_url ,
75+     keywords = keywords ,
76+     long_description = long_description ,
77+     install_requires = ['future' ],
78+     classifiers = [
79+         'Intended Audience :: Developers' ,
80+         'License :: OSI Approved :: Apache Software License' ,
81+         'Natural Language :: English' ,
82+         'Operating System :: OS Independent' ,
83+         'Programming Language :: Python' ,
84+         'Programming Language :: Python :: 2' ,
85+         'Programming Language :: Python :: 2.7' ,
86+         'Programming Language :: Python :: 3' ,
87+         'Programming Language :: Python :: 3.3' ,
88+         'Programming Language :: Python :: 3.4' ,
89+         'Programming Language :: Python :: 3.5' ,
90+         'Programming Language :: Python :: 3.6' ,
91+     ],
7892)
0 commit comments