From 6dec3072ff9087c2f6b24f0f56359190eb2b8611 Mon Sep 17 00:00:00 2001 From: Bastian Bechtold Date: Tue, 19 Mar 2024 17:23:50 +0100 Subject: [PATCH] RST formatting in README fixed --- README.rst | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index cc5eabe..c5d85ae 100644 --- a/README.rst +++ b/README.rst @@ -170,6 +170,7 @@ https://freedesktop.org/software/pulseaudio/doxygen/channelmap_8h.html Since the mapping of position indices to audio channels is not obvious, a dictionary containing all possible positions and channel indices can be retrieved by calling ``channel_name_map()``. The positions for the indices up to 10 are: :: + 'mono': -1, 'left': 0, 'right': 1, diff --git a/setup.py b/setup.py index 0616565..214bba9 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ 'Topic :: Multimedia :: Sound/Audio :: Players', ], long_description=open('README.rst').read(), + long_description_content_type='text/x-rst', entry_points={ "pyinstaller40": [ "hook-dirs = soundcard.__pyinstaller:get_hook_dirs",