-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
68 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
|
||
|
||
4 contributors | ||
5 contributors | ||
================================================================================ | ||
|
||
In alphabetical order: | ||
|
||
* `Benoit Pierre <https://github.com/benoit-pierre>`_ | ||
* `Chun-Sheng, Li <https://github.com/peter279k>`_ | ||
* `Craig Anderson <https://github.com/craiga>`_ | ||
* `John Vandenberg <https://github.com/jayvdb>`_ | ||
* `Stephen J. Fuhry <https://github.com/fuhrysteve>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,15 +29,15 @@ | |
|
||
NAME = "pyexcel-xlsx" | ||
AUTHOR = "C.W." | ||
VERSION = "0.6.0" | ||
VERSION = "0.6.1" | ||
EMAIL = "[email protected]" | ||
LICENSE = "New BSD" | ||
DESCRIPTION = ( | ||
"A wrapper library to read, manipulate and write data in xlsx and xlsm" + | ||
"format" | ||
) | ||
URL = "https://github.com/pyexcel/pyexcel-xlsx" | ||
DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL | ||
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL | ||
FILES = ["README.rst", "CHANGELOG.rst"] | ||
KEYWORDS = [ | ||
"python", | ||
|
@@ -75,8 +75,8 @@ | |
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) | ||
HERE = os.path.abspath(os.path.dirname(__file__)) | ||
|
||
GS_COMMAND = ("gease pyexcel-xlsx v0.6.0 " + | ||
"Find 0.6.0 in changelog for more details") | ||
GS_COMMAND = ("gease pyexcel-xlsx v0.6.1 " + | ||
"Find 0.6.1 in changelog for more details") | ||
NO_GS_MESSAGE = ("Automatic github release is disabled. " + | ||
"Please install gease to enable it.") | ||
UPLOAD_FAILED_MSG = ( | ||
|