Skip to content

Commit

Permalink
Python: Add a long_description to appease Python's publishing tools.
Browse files Browse the repository at this point in the history
It seems this is unintentional and may be fixed one day, but
twine (the tool that uploads packages to PyPI) now fails if the
long_description is not set. See pypa/twine#960
for context.
  • Loading branch information
aforren1 committed Jun 11, 2024
1 parent 5c919e9 commit 819bbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
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 = '[email protected]',
url = 'http://psychtoolbox.org',
Expand Down

0 comments on commit 819bbbb

Please sign in to comment.