Skip to content

Commit 907cae0

Browse files
committed
📚 update documentations
1 parent 4d5c73d commit 907cae0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ ENV/
9595

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

Diff for: .moban.d/setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
{% extends 'setup.py.jj2' %}
1+
{% extends 'pyexcel-setup.py.jj2' %}
22

33
{%block platform_block%}
44
{%endblock%}
55

66
{%block compat_block%}
77
{%endblock%}
88

9-
{%block morefiles -%}
10-
'CONTRIBUTORS.rst'
9+
{%block morefiles %} 'CONTRIBUTORS.rst',
1110
{%- endblock%}

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ How to update test environment and update documentation
314314
Additional steps are required:
315315

316316
#. pip install moban
317-
#. git clone https://github.com/pyexcel/setupmobans.git # generic setup
317+
#. git clone https://github.com/moremoban/setupmobans.git # generic setup
318318
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
319319
#. make your changes in `.moban.d` directory, then issue command `moban`
320320

Diff for: setup.py

+1-1
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)