Skip to content

Commit

Permalink
use the README for the long description
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Dec 11, 2020
1 parent c6d642b commit b8d573e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.0.1 (11 December 2020)
------------------------

- Use the README as the long description on PyPI.

2.0.0 (11 December 2020)
------------------------

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
'Library for developers to extract data from '
'Microsoft Excel (tm) .xls spreadsheet files'
),
long_description=(
"Read Excel spreadsheets from .xls files."
"Pure Python (2.7, 3.6+). "
),
long_description=open('README.rst').read(),
license='BSD',
keywords=['xls', 'excel', 'spreadsheet', 'workbook'],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion xlrd/info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = __VERSION__ = "2.0.0"
__version__ = __VERSION__ = "2.0.1"

0 comments on commit b8d573e

Please sign in to comment.