Mercurial > hg > auditok
diff 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 |
line wrap: on
line diff
--- a/setup.py Tue Mar 02 21:49:44 2021 +0100 +++ b/setup.py Tue Mar 02 23:27:32 2021 +0100 @@ -19,6 +19,7 @@ author_email="amine.sehili@gmail.com", description="A module for Audio/Acoustic Activity Detection", long_description=long_desc, + long_description_content_type="text/x-rst", packages=["auditok"], include_package_data=True, package_data={"auditok": ["data/*"]}, @@ -32,7 +33,7 @@ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Telecommunications Industry", - "License :: OSI Approved :: MIT", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4",