Skip to content

Commit

Permalink
Merge pull request #274 from aforren1/py_pub
Browse files Browse the repository at this point in the history
Python: Add a long_description to appease Python's publishing tools.
  • Loading branch information
kleinerm authored Jun 11, 2024
2 parents 5c919e9 + 819bbbb commit 2c2829a
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 2c2829a

Please sign in to comment.