Mercurial > hg > auditok
diff 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 |
line wrap: on
line diff
--- a/setup.py Thu Jan 21 22:51:12 2021 +0100 +++ b/setup.py Fri Feb 05 21:44:08 2021 +0100 @@ -32,17 +32,15 @@ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Telecommunications Industry", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: MIT", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Topic :: Scientific/Engineering :: Information Analysis", ],