changeset 392:6ccd8225c48c

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Tue, 02 Mar 2021 23:17:57 +0000
parents ecdb95580c4e (current diff) 30f276d1bddf (diff)
children a31d4d38c112
files 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
diffstat 9 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Tue Mar 02 21:17:57 2021 +0000
+++ b/LICENSE	Tue Mar 02 23:17:57 2021 +0000
@@ -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:17:57 2021 +0000
+++ b/README.rst	Tue Mar 02 23:17:57 2021 +0000
@@ -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
 
Binary file doc/figures/figure_1.png has changed
Binary file doc/figures/figure_2.png has changed
Binary file doc/figures/figure_3_keep_trailing_silence.png has changed
Binary file doc/figures/figure_4_drop_trailing_silence.png has changed
Binary file doc/figures/figure_5_min_800ms.png has changed
Binary file doc/figures/figure_6_max_400ms.png has changed
--- a/setup.py	Tue Mar 02 21:17:57 2021 +0000
+++ b/setup.py	Tue Mar 02 23:17:57 2021 +0000
@@ -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",