Skip to content

Commit 6dec307

Browse files
author
Bastian Bechtold
committed
RST formatting in README fixed
1 parent a0efdd7 commit 6dec307

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ https://freedesktop.org/software/pulseaudio/doxygen/channelmap_8h.html
170170
Since the mapping of position indices to audio channels is not obvious, a
171171
dictionary containing all possible positions and channel indices can be
172172
retrieved by calling ``channel_name_map()``. The positions for the indices up to 10 are: ::
173+
173174
'mono': -1,
174175
'left': 0,
175176
'right': 1,

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'Topic :: Multimedia :: Sound/Audio :: Players',
2424
],
2525
long_description=open('README.rst').read(),
26+
long_description_content_type='text/x-rst',
2627
entry_points={
2728
"pyinstaller40": [
2829
"hook-dirs = soundcard.__pyinstaller:get_hook_dirs",

0 commit comments

Comments
 (0)