-
Notifications
You must be signed in to change notification settings - Fork 4
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
5 changed files
with
23 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,12 @@ | |
|
||
NAME = "snapshot-phantomjs" | ||
AUTHOR = "pyecharts dev team" | ||
VERSION = "0.0.2" | ||
VERSION = "0.0.3" | ||
EMAIL = "[email protected]" | ||
LICENSE = "MIT" | ||
DESCRIPTION = "Render pyecharts as image via phantomjs" | ||
URL = "https://github.com/pyecharts/snapshot-phantomjs" | ||
DOWNLOAD_URL = "%s/archive/0.0.2.tar.gz" % URL | ||
DOWNLOAD_URL = "%s/archive/0.0.3.tar.gz" % URL | ||
FILES = ["README.rst", "CHANGELOG.rst"] | ||
KEYWORDS = ["python", "pyecharts", "chart"] | ||
|
||
|
@@ -54,7 +54,7 @@ | |
# You do not need to read beyond this line | ||
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) | ||
GS_COMMAND = ( | ||
"gs snapshot-phantomjs v0.0.2 " + "Find 0.0.2 in changelog for more details" | ||
"gs snapshot-phantomjs v0.0.3 " + "Find 0.0.3 in changelog for more details" | ||
) | ||
NO_GS_MESSAGE = ( | ||
"Automatic github release is disabled. " + "Please install gease to enable it." | ||
|
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,2 +1,2 @@ | ||
__version__ = "0.0.2" | ||
__version__ = "0.0.3" | ||
__author__ = "pyecharts dev team" |