comparison setup.py @ 391:30f276d1bddf

Add description type keyword to setup.py Remove old images Update date in LICENSE
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 02 Mar 2021 23:27:32 +0100
parents d83cba0f8072
children 08a7af37f2e9
comparison
equal deleted inserted replaced
389:9e143e277d51 391:30f276d1bddf
17 license="MIT", 17 license="MIT",
18 author="Amine Sehili", 18 author="Amine Sehili",
19 author_email="amine.sehili@gmail.com", 19 author_email="amine.sehili@gmail.com",
20 description="A module for Audio/Acoustic Activity Detection", 20 description="A module for Audio/Acoustic Activity Detection",
21 long_description=long_desc, 21 long_description=long_desc,
22 long_description_content_type="text/x-rst",
22 packages=["auditok"], 23 packages=["auditok"],
23 include_package_data=True, 24 include_package_data=True,
24 package_data={"auditok": ["data/*"]}, 25 package_data={"auditok": ["data/*"]},
25 zip_safe=False, 26 zip_safe=False,
26 platforms="ANY", 27 platforms="ANY",
30 "Environment :: Console", 31 "Environment :: Console",
31 "Intended Audience :: Science/Research", 32 "Intended Audience :: Science/Research",
32 "Intended Audience :: Developers", 33 "Intended Audience :: Developers",
33 "Intended Audience :: Information Technology", 34 "Intended Audience :: Information Technology",
34 "Intended Audience :: Telecommunications Industry", 35 "Intended Audience :: Telecommunications Industry",
35 "License :: OSI Approved :: MIT", 36 "License :: OSI Approved :: MIT License",
36 "Operating System :: OS Independent", 37 "Operating System :: OS Independent",
37 "Programming Language :: Python", 38 "Programming Language :: Python",
38 "Programming Language :: Python :: 3.4", 39 "Programming Language :: Python :: 3.4",
39 "Programming Language :: Python :: 3.5", 40 "Programming Language :: Python :: 3.5",
40 "Programming Language :: Python :: 3.6", 41 "Programming Language :: Python :: 3.6",