Skip to content

Commit

Permalink
Fix setup.py (#35)
Browse files Browse the repository at this point in the history
* Fix README

* Revert pytest-runner change
  • Loading branch information
m-roberts authored Aug 4, 2021
1 parent b17ded6 commit 7a31edc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.txt'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

requirements = [
Expand All @@ -29,8 +29,7 @@
version='0.4.1',
description='Programming Music with Sonic Pi or Supercollider',
long_description=long_description,
# long_description_content_type='text/x-rst',
long_description_content_type='text/plain',
long_description_content_type='text/x-rst',
url='https://github.com/gkvoelkl/python-sonic',
author='gkvoelkl',
author_email='gkvoelkl@nelson-games.de',
Expand Down

0 comments on commit 7a31edc

Please sign in to comment.