Skip to content

Commit

Permalink
:update: move from gratipay to liberapay
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Sep 2, 2016
1 parent c68a5c0 commit 8752c47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
10 changes: 3 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ See documentation_ for more informations.
:target: https://landscape.io/github/linkdd/link.parallel/master
:alt: Code Health

.. image:: https://www.quantifiedcode.com/api/v1/project/4cc042fb351e44228a67fc7d6835ae6b/badge.svg
:target: https://www.quantifiedcode.com/app/project/4cc042fb351e44228a67fc7d6835ae6b
:alt: Code issues

Installation
------------

Expand Down Expand Up @@ -109,6 +105,6 @@ Get input data and pass it to the middleware:
Donating
--------

.. image:: https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.svg
:target: https://gratipay.com/~linkdd/
:alt: Support via Gratipay
.. image:: https://liberapay.com/assets/widgets/donate.svg
:target: https://liberapay.com/linkdd/donate
:alt: Support via Liberapay
2 changes: 1 addition & 1 deletion link/parallel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '0.3'
__version__ = '0.4'

CONF_BASE_PATH = 'link/parallel'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
b3j0f.conf==0.3.18
link.middleware==1.4
link.kvstore==0.10
b3j0f.conf==0.3.19
link.middleware==1.5
link.kvstore==0.11
six==1.10.0
ipython[parallel]==5.0.0
dill==0.2.5
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
AUTHOR_EMAIL = 'david.jose.delassus@gmail.com'
LICENSE = 'MIT'
REQUIREMENTS = [
'b3j0f.conf>=0.3.18',
'link.middleware>=1.4',
'link.kvstore>=0.10',
'b3j0f.conf>=0.3.19',
'link.middleware>=1.5',
'link.kvstore>=0.11',
'six>=1.10.0',
'ipython[parallel]>=5.0.0',
'dill>=0.2.5'
Expand Down

0 comments on commit 8752c47

Please sign in to comment.