Skip to content

Commit

Permalink
Python: Add a long_description to appease twine.
Browse files Browse the repository at this point in the history
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 missing. See pypa/twine#960
for details.
  • Loading branch information
aforren1 committed Dec 14, 2023
1 parent e77f8be commit 501e63d
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 501e63d

Please sign in to comment.