Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
add description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Stinner committed Jun 28, 2010
1 parent 62d391d commit 2c1cefa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -30,10 +30,15 @@
'Topic :: Software Development :: Libraries :: Python Modules',
]

with open('README') as f:
long_description = f.read().strip()

options = {
'name': version.PACKAGE,
'version': version.VERSION,
'license': version.LICENSE,
'description': 'Python sandbox',
'long_description': long_description,
'url': version.URL,
'author': 'Victor Stinner',
'author_email': 'victor.stinner@haypocalc.com',
Expand Down

0 comments on commit 2c1cefa

Please sign in to comment.