Skip to content

Commit 65be877

Browse files
authored
bug fix (#22)
* 🎉 kick start version 0.1.6 * 🔨 use temp file in system temp folder * 🤝 sync with pypi-mobans * 💚 fix broken tests * 📚 update change log * 💚 no longer we can do binary check * 🐛 update scm host
1 parent f241786 commit 65be877

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyecharts-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ keywords:
2323
- svg
2424
- pdf
2525
description: "renders pyecharts output as image"
26+
scm_host: github.com

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
DESCRIPTION = (
2323
'renders pyecharts output as image'
2424
)
25-
URL = 'https:///pyecharts/pyecharts-snapshot'
25+
26+
URL = 'https://github.com/pyecharts/pyecharts-snapshot'
27+
2628
DOWNLOAD_URL = '%s/archive/0.1.6.tar.gz' % URL
2729
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
2830
KEYWORDS = [

0 commit comments

Comments
 (0)