Skip to content

Commit b8d573e

Browse files
committed
use the README for the long description
1 parent c6d642b commit b8d573e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
2.0.1 (11 December 2020)
5+
------------------------
6+
7+
- Use the README as the long description on PyPI.
8+
49
2.0.0 (11 December 2020)
510
------------------------
611

setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
'Library for developers to extract data from '
1717
'Microsoft Excel (tm) .xls spreadsheet files'
1818
),
19-
long_description=(
20-
"Read Excel spreadsheets from .xls files."
21-
"Pure Python (2.7, 3.6+). "
22-
),
19+
long_description=open('README.rst').read(),
2320
license='BSD',
2421
keywords=['xls', 'excel', 'spreadsheet', 'workbook'],
2522
classifiers=[

xlrd/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = __VERSION__ = "2.0.0"
1+
__version__ = __VERSION__ = "2.0.1"

0 commit comments

Comments
 (0)