Skip to content

Commit

Permalink
Python: Add a long_description to appease the distribution-publishing…
Browse files Browse the repository at this point in the history
… tools.

Unclear whether this was intentional on the python tooling side, but
twine (the tool that uploads packages to PyPI) now fails if the
long_description is not set. See pypa/twine#960
for details.
  • Loading branch information
aforren1 committed Mar 17, 2023
1 parent 699bc26 commit 8605c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -309,6 +309,7 @@ def get_basesources(name, osname):
setup (name = 'psychtoolbox',
version = version,
description = 'Pieces of Psychtoolbox-3 ported to CPython.',
long_description = 'Pieces of Psychtoolbox-3 ported to CPython.',
author = 'Mario Kleiner',
author_email = 'mario.kleiner.de@gmail.com',
url = 'http://psychtoolbox.org',
Expand Down

0 comments on commit 8605c39

Please sign in to comment.