Mercurial > hg > auditok
comparison setup.py @ 376:d83cba0f8072
Update Readme, add python 3.9 to tests
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Fri, 05 Feb 2021 21:44:08 +0100 |
parents | cfac5a7ec54c |
children | 30f276d1bddf |
comparison
equal
deleted
inserted
replaced
375:fbfdd3e04999 | 376:d83cba0f8072 |
---|---|
30 "Environment :: Console", | 30 "Environment :: Console", |
31 "Intended Audience :: Science/Research", | 31 "Intended Audience :: Science/Research", |
32 "Intended Audience :: Developers", | 32 "Intended Audience :: Developers", |
33 "Intended Audience :: Information Technology", | 33 "Intended Audience :: Information Technology", |
34 "Intended Audience :: Telecommunications Industry", | 34 "Intended Audience :: Telecommunications Industry", |
35 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | 35 "License :: OSI Approved :: MIT", |
36 "Operating System :: OS Independent", | 36 "Operating System :: OS Independent", |
37 "Programming Language :: Python", | 37 "Programming Language :: Python", |
38 "Programming Language :: Python :: 3", | |
39 "Programming Language :: Python :: 3.2", | |
40 "Programming Language :: Python :: 3.3", | |
41 "Programming Language :: Python :: 3.4", | 38 "Programming Language :: Python :: 3.4", |
42 "Programming Language :: Python :: 3.5", | 39 "Programming Language :: Python :: 3.5", |
43 "Programming Language :: Python :: 3.6", | 40 "Programming Language :: Python :: 3.6", |
44 "Programming Language :: Python :: 3.7", | 41 "Programming Language :: Python :: 3.7", |
45 "Programming Language :: Python :: 3.8", | 42 "Programming Language :: Python :: 3.8", |
43 "Programming Language :: Python :: 3.9", | |
46 "Topic :: Multimedia :: Sound/Audio :: Analysis", | 44 "Topic :: Multimedia :: Sound/Audio :: Analysis", |
47 "Topic :: Scientific/Engineering :: Information Analysis", | 45 "Topic :: Scientific/Engineering :: Information Analysis", |
48 ], | 46 ], |
49 entry_points={"console_scripts": ["auditok = auditok.cmdline:main"]}, | 47 entry_points={"console_scripts": ["auditok = auditok.cmdline:main"]}, |
50 ) | 48 ) |