Mercurial > hg > auditok
changeset 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 | 9e143e277d51 |
children | 6ccd8225c48c b4a77779aca5 |
files | LICENSE README.rst doc/figures/figure_1.png doc/figures/figure_2.png doc/figures/figure_3_keep_trailing_silence.png doc/figures/figure_4_drop_trailing_silence.png doc/figures/figure_5_min_800ms.png doc/figures/figure_6_max_400ms.png setup.py |
diffstat | 9 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/LICENSE Tue Mar 02 21:49:44 2021 +0100 +++ b/LICENSE Tue Mar 02 23:27:32 2021 +0100 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Mohamed El Amine SEHILI +Copyright (c) 2015-2021 Mohamed El Amine SEHILI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
--- a/README.rst Tue Mar 02 21:49:44 2021 +0100 +++ b/README.rst Tue Mar 02 23:27:32 2021 +0100 @@ -1,12 +1,13 @@ .. image:: doc/figures/auditok-logo.png :align: center + :alt: Build status .. image:: https://travis-ci.org/amsehili/auditok.svg?branch=master :target: https://travis-ci.org/amsehili/auditok .. image:: https://readthedocs.org/projects/auditok/badge/?version=latest :target: http://auditok.readthedocs.org/en/latest/?badge=latest - :alt: Documentation Status + :alt: Documentation status ``auditok`` is an **Audio Activity Detection** tool that can process online data (read from an audio device or from standard input) as well as audio files. @@ -38,7 +39,7 @@ sudo pip install auditok -Install with the latest development version from github: +Install the latest development version from github: .. code:: bash
--- 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",