File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 95
95
96
96
# moban hashes
97
97
.moban.hashes
98
+ .DS_store
98
99
Original file line number Diff line number Diff line change 1
- {% extends "setup.py.jj2" % }
1
+ {% extends "pyexcel- setup.py.jj2" % }
2
2
3
3
{% block platform_block % }
4
- {% endblock % }
4
+ {% endblock % }
Original file line number Diff line number Diff line change 1
1
"""
2
- pyexcel_odsr .htmlr
2
+ pyexcel_htmlr .htmlr
3
3
~~~~~~~~~~~~~~~~~~~
4
4
html table reader using messytables
5
5
Original file line number Diff line number Diff line change 29
29
'Topic :: Utilities' ,
30
30
'Topic :: Software Development :: Libraries' ,
31
31
'Programming Language :: Python' ,
32
- 'License :: OSI Approved :: BSD License' ,
33
32
'Intended Audience :: Developers' ,
34
33
'Programming Language :: Python :: 2.6' ,
35
34
'Programming Language :: Python :: 2.7' ,
36
35
'Programming Language :: Python :: 3.3' ,
37
36
'Programming Language :: Python :: 3.4' ,
38
37
'Programming Language :: Python :: 3.5' ,
39
38
'Programming Language :: Python :: 3.6' ,
39
+ 'License :: OSI Approved :: BSD License' ,
40
40
]
41
41
42
42
INSTALL_REQUIRES = [
You can’t perform that action at this time.
0 commit comments