Skip to content

Commit

Permalink
RST formatting in README fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Mar 19, 2024
1 parent a0efdd7 commit 6dec307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6dec307

Please sign in to comment.