Skip to content

Commit ae67b88

Browse files
committed
update patreon support text
1 parent e269890 commit ae67b88

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ before_install:
4242
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
4343
mv min_requirements.txt requirements.txt ;
4444
fi
45-
- pip install --upgrade setuptools "pip==7.1"
4645
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
4746
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
4847
- pip install -r tests/requirements.txt

README.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,21 @@ Here is the example viewing function codes:
202202
sheet = excel.pe.Sheet([[1, 2],[3, 4]])
203203
return excel.make_response(sheet, "csv")
204204
205+
Support the project
206+
================================================================================
207+
208+
If your company has embedded pyexcel and its components into a revenue generating
209+
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
210+
maintain the project and develop it further.
211+
212+
If you are an individual, you are welcome to support me too on patreon and for however long
213+
you feel like to. As a patreon, you will receive
214+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
215+
216+
With your financial support, I will be able to invest
217+
a little bit more time in coding, documentation and writing interesting posts.
218+
219+
205220
Development guide
206221
================================================================================
207222

@@ -261,10 +276,3 @@ License
261276
================================================================================
262277

263278
New BSD License
264-
265-
Support the project
266-
================================================================================
267-
268-
If your company has embedded pyexcel and its components into a revenue generating
269-
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_ to
270-
maintain the project and develop it further.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313

1414
intersphinx_mapping = {
15-
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None)
15+
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None),
1616
}
1717
spelling_word_list_filename = 'spelling_wordlist.txt'
1818
templates_path = ['_templates']

doc/source/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,17 @@ Support the project
155155
-----------------------
156156

157157
If your company has embedded pyexcel and its components into a revenue generating
158-
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_ to
158+
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
159159
maintain the project and develop it further.
160160

161+
If you are an individual, you are welcome to support me too on patreon and for however long
162+
you feel like to. As a patreon, you will receive
163+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
164+
165+
With your financial support, I will be able to invest
166+
a little bit more time in coding, documentation and writing interesting posts.
167+
168+
161169

162170
More excel file formats
163171
------------------------

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
nose
2+
mock;python_version<"3"
23
codecov
34
coverage
45
flake8

0 commit comments

Comments
 (0)