Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #87 from yegorich/description
Browse files Browse the repository at this point in the history
Fix supported Python versions
  • Loading branch information
cjw296 committed Jun 23, 2016
2 parents dcd5cf6 + 0864a3c commit 9ccf58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DESCRIPTION = (
'Library to create spreadsheet files compatible with '
'MS Excel 97/2000/XP/2003 XLS files, '
'on any platform, with Python 2.6, 2.6, 3.3+'
'on any platform, with Python 2.6, 2.7, 3.3+'
)

CLASSIFIERS = [
Expand Down

0 comments on commit 9ccf58a

Please sign in to comment.