Skip to content

Commit 9b97068

Browse files
committed
update patreon text
1 parent 9548af4 commit 9b97068

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ language: python
33
notifications:
44
email: false
55
python:
6+
- pypy
67
- 3.6
78
- 3.5
89
- 3.4
910
- 3.3
1011
- 2.7
1112
- 2.6
12-
- pypy
1313
before_install:
1414
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
1515
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
1616
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
1717
mv min_requirements.txt requirements.txt ;
1818
fi
19-
- pip install --upgrade setuptools "pip==7.1"
2019
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
2120
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
2221
- pip install -r tests/requirements.txt

README.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,21 @@ Here are some example codes:
176176
app.run()
177177
178178
179+
Support the project
180+
================================================================================
181+
182+
If your company has embedded pyexcel and its components into a revenue generating
183+
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
184+
maintain the project and develop it further.
185+
186+
If you are an individual, you are welcome to support me too on patreon and for however long
187+
you feel like to. As a patreon, you will receive
188+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
189+
190+
With your financial support, I will be able to invest
191+
a little bit more time in coding, documentation and writing interesting posts.
192+
193+
179194
Development guide
180195
================================================================================
181196

@@ -235,10 +250,3 @@ License
235250
================================================================================
236251

237252
New BSD License
238-
239-
Support the project
240-
================================================================================
241-
242-
If your company has embedded pyexcel and its components into a revenue generating
243-
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_ to
244-
maintain the project and develop it further.

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
'sphinx.ext.viewcode',
1212
]
1313

14+
intersphinx_mapping = {
15+
}
1416
spelling_word_list_filename = 'spelling_wordlist.txt'
1517
templates_path = ['_templates']
1618
source_suffix = '.rst'

docs/source/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,17 @@ Support the project
200200
-----------------------
201201

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

206+
If you are an individual, you are welcome to support me too on patreon and for however long
207+
you feel like to. As a patreon, you will receive
208+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
209+
210+
With your financial support, I will be able to invest
211+
a little bit more time in coding, documentation and writing interesting posts.
212+
213+
206214

207215
More excel file formats
208216
------------------------

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)