Skip to content

Commit 59bdcff

Browse files
committed
update patreon text
1 parent 94226c0 commit 59bdcff

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ before_install:
3131
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
3232
mv min_requirements.txt requirements.txt ;
3333
fi
34-
- pip install --upgrade setuptools "pip==7.1"
3534
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
3635
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
3736
- pip install -r tests/requirements.txt

README.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ or clone it and install it:
3939
$ cd pyexcel-xls
4040
$ python setup.py install
4141
42+
Support the project
43+
================================================================================
44+
45+
If your company has embedded pyexcel and its components into a revenue generating
46+
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
47+
maintain the project and develop it further.
48+
49+
If you are an individual, you are welcome to support me too on patreon and for however long
50+
you feel like to. As a patreon, you will receive
51+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
52+
53+
With your financial support, I will be able to invest
54+
a little bit more time in coding, documentation and writing interesting posts.
55+
56+
4257
Usage
4358
================================================================================
4459

@@ -338,10 +353,3 @@ Known Issues
338353
>>> import os
339354
>>> os.unlink("your_file.xls")
340355
>>> os.unlink("another_file.xls")
341-
342-
Support the project
343-
================================================================================
344-
345-
If your company has embedded pyexcel and its components into a revenue generating
346-
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
347-
maintain the project and develop it further.

0 commit comments

Comments
 (0)