Skip to content

Commit b50ec1d

Browse files
committed
📚 update documentations
1 parent 1fefe14 commit b50ec1d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ ENV/
9595

9696
# moban hashes
9797
.moban.hashes
98+
.DS_store
9899

.moban.d/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%extends "setup.py.jj2"%}
1+
{%extends "pyexcel-setup.py.jj2"%}
22

33
{%block platform_block%}
4-
{%endblock%}
4+
{%endblock%}

pyexcel_htmlr/htmlr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
pyexcel_odsr.htmlr
2+
pyexcel_htmlr.htmlr
33
~~~~~~~~~~~~~~~~~~~
44
html table reader using messytables
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
'Topic :: Utilities',
3030
'Topic :: Software Development :: Libraries',
3131
'Programming Language :: Python',
32-
'License :: OSI Approved :: BSD License',
3332
'Intended Audience :: Developers',
3433
'Programming Language :: Python :: 2.6',
3534
'Programming Language :: Python :: 2.7',
3635
'Programming Language :: Python :: 3.3',
3736
'Programming Language :: Python :: 3.4',
3837
'Programming Language :: Python :: 3.5',
3938
'Programming Language :: Python :: 3.6',
39+
'License :: OSI Approved :: BSD License',
4040
]
4141

4242
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)