File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11overrides : " pyexcel.yaml"
22name : " pyexcel-sortable"
33nick_name : " sortable"
4- version : " 0.0.1 "
5- current_version : " 0.0.1 "
6- release : " 0.0.1 "
4+ version : " 0.0.2 "
5+ current_version : " 0.0.2 "
6+ release : " 0.0.2 "
77dependencies :
88 - excel2table >= 2.2.0
99description : " Transform your csv file or a sheet of your xls, xlsx and ods into a sortable HTML file using csvtotable"
Original file line number Diff line number Diff line change 99
1010NAME = 'pyexcel-sortable'
1111AUTHOR = 'C.W.'
12- VERSION = '0.0.1 '
12+ VERSION = '0.0.2 '
1313EMAIL = 'wangc_2011@hotmail.com'
1414LICENSE = 'New BSD'
1515DESCRIPTION = (
1818 ''
1919)
2020URL = 'https://github.com/pyexcel/pyexcel-sortable'
21- DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
21+ DOWNLOAD_URL = '%s/archive/0.0.2 .tar.gz' % URL
2222FILES = ['README.rst' , 'CHANGELOG.rst' ]
2323KEYWORDS = [
2424 'python'
4949# You do not need to read beyond this line
5050PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5151 sys .executable )
52- GS_COMMAND = ('gs pyexcel-sortable v0.0.1 ' +
53- "Find 0.0.1 in changelog for more details" )
52+ GS_COMMAND = ('gs pyexcel-sortable v0.0.2 ' +
53+ "Find 0.0.2 in changelog for more details" )
5454NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555 'Please install gease to enable it.' )
5656UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments