Skip to content

Commit a3f42c9

Browse files
committed
fixes README
(because PyPi got picky about ReST formatting since the last upload)
1 parent f147eaf commit a3f42c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SoundFile
22
=========
33

4-
|version| |python| |status| |license|
4+
|version| |python| |status| |license|
55

66
|contributors| |downloads|
77

@@ -22,11 +22,10 @@ interface for Python calling C code. CFFI is supported for CPython 2.6+,
2222
| (c) 2013, Bastian Bechtold
2323
2424

25-
|open-issues| |closed-issues| |open-prs| |closed-prs|
25+
|open-issues| |closed-issues| |open-prs| |closed-prs|
2626

27-
.. |status| image:: https://img.shields.io/pypi/status/soundfile.svg
2827
.. |contributors| image:: https://img.shields.io/github/contributors/bastibe/soundfile.svg
29-
.. |version| image:: https://img.shields.io/pypi/v/soundfile.svg
28+
.. |version| image:: https://img.shields.io/pypi/v/soundfile.svg
3029
.. |python| image:: https://img.shields.io/pypi/pyversions/soundfile.svg
3130
.. |license| image:: https://img.shields.io/github/license/bastibe/soundfile.svg
3231
.. |downloads| image:: https://img.shields.io/pypi/dm/soundfile.svg

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_tag(self):
8787

8888
setup(
8989
name='SoundFile',
90-
version='0.10.3',
90+
version='0.10.3post1',
9191
description='An audio library based on libsndfile, CFFI and NumPy',
9292
author='Bastian Bechtold',
9393
author_email='[email protected]',
@@ -118,6 +118,7 @@ def get_tag(self):
118118
'Topic :: Multimedia :: Sound/Audio',
119119
],
120120
long_description=open('README.rst').read(),
121+
long_description_content_type="text/x-rst",
121122
tests_require=['pytest'],
122123
cmdclass=cmdclass,
123124
)

0 commit comments

Comments
 (0)