📚 add sponsor logo

This commit is contained in:
chfw 2019-10-02 19:32:02 +01:00
parent 101de35f10
commit 8206b2d803
3 changed files with 5 additions and 2 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
# These are supported funding model platforms
patreon: pyexcel

View File

@ -3,6 +3,7 @@ configuration:
template_dir:
- "git://github.com/moremoban/pypi-mobans.git?branch=dev&submodule=true!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/statics"
- ".moban.d"
configuration: pyexcel-io.yml
targets:
@ -20,3 +21,4 @@ targets:
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- lint.sh: lint.script.jj2
- ".github/FUNDING.yml": "FUNDING.yml"

View File

@ -197,8 +197,6 @@ How to update test environment and update documentation
Additional steps are required:
#. pip install moban
#. git clone https://github.com/moremoban/setupmobans.git # generic setup
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
#. make your changes in `.moban.d` directory, then issue command `moban`
What is pyexcel-commons