comparison setup.py @ 18:597494f0fd9a

update setup.py
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 24 Nov 2015 02:40:43 +0100
parents edee860b9f61
children c079c57dad69
comparison
equal deleted inserted replaced
17:d6ad49807c56 18:597494f0fd9a
40 'Intended Audience :: Telecommunications Industry', 40 'Intended Audience :: Telecommunications Industry',
41 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 41 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
42 'Operating System :: OS Independent', 42 'Operating System :: OS Independent',
43 'Programming Language :: Python', 43 'Programming Language :: Python',
44 'Programming Language :: Python :: 2.7', 44 'Programming Language :: Python :: 2.7',
45 'Programming Language :: Python :: 3',
46 'Programming Language :: Python :: 3.2',
47 'Programming Language :: Python :: 3.3',
48 'Programming Language :: Python :: 3.4',
45 'Topic :: Multimedia :: Sound/Audio :: Analysis', 49 'Topic :: Multimedia :: Sound/Audio :: Analysis',
46 'Topic :: Scientific/Engineering :: Information Analysis' 50 'Topic :: Scientific/Engineering :: Information Analysis'
47 ], 51 ],
48 52
49 ) 53 )