Skip to content

Commit

Permalink
remove unvailable github sponsors.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Sep 1, 2020
1 parent c109f4a commit d1a1b7b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# These are supported funding model platforms

github: schettino72
github: #
patreon: # Replace with a single Patreon username
open_collective: schettino72
open_collective: #
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: # Replace with a single custom sponsorship URL
75 changes: 14 additions & 61 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ README
:target: https://coveralls.io/r/pydoit/doit?branch=master


.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/pydoit/doit
:target: https://gitter.im/pydoit/doit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://opencollective.com/doit/backers/badge.svg
:target: `backers`_

.. image:: https://opencollective.com/doit/sponsors/badge.svg
:target: `sponsors`_


doit - automation tool
======================

Expand Down Expand Up @@ -216,61 +205,25 @@ profiling
gprof2dot -f pstats output.pstats | dot -Tpng -o output.png
contributing
==============

On github create pull requests using a named feature branch.




.. _backers
backers
-------

`Become a backer <https://opencollective.com/doit#backer>`_ and show your support to our open source project.
releases
========

.. image:: https://opencollective.com/doit/backers.svg?width=890
:target: https://opencollective.com/doit#backers
Update version number at:

- doit/version.py
- setup.py
- doc/conf.py

.. code:: bash
.. _sponsors
sponsors
--------

Support this project by `becoming a sponsor <https://opencollective.com/doit#sponsor>`_.
Your logo will show up here with a link to your website.

.. image:: https://opencollective.com/doit/sponsor/0/avatar
:target: https://opencollective.com/doit/sponsor/0/website

.. image:: https://opencollective.com/doit/sponsor/1/avatar
:target: https://opencollective.com/doit/sponsor/1/website

.. image:: https://opencollective.com/doit/sponsor/2/avatar
:target: https://opencollective.com/doit/sponsor/2/website

.. image:: https://opencollective.com/doit/sponsor/3/avatar
:target: https://opencollective.com/doit/sponsor/3/website

.. image:: https://opencollective.com/doit/sponsor/4/avatar
:target: https://opencollective.com/doit/sponsor/4/website

.. image:: https://opencollective.com/doit/sponsor/5/avatar
:target: https://opencollective.com/doit/sponsor/5/website

.. image:: https://opencollective.com/doit/sponsor/6/avatar
:target: https://opencollective.com/doit/sponsor/6/website
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/doit-X.Y.Z.tar.gz
twine upload dist/doit-X.Y.Z-py3-none-any.whl
.. image:: https://opencollective.com/doit/sponsor/7/avatar
:target: https://opencollective.com/doit/sponsor/7/website
.. image:: https://opencollective.com/doit/sponsor/8/avatar
:target: https://opencollective.com/doit/sponsor/8/website
contributing
==============

.. image:: https://opencollective.com/doit/sponsor/9/avatar
:target: https://opencollective.com/doit/sponsor/9/website
On github create pull requests using a named feature branch.
5 changes: 5 additions & 0 deletions doc/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ backport
bar'
basename
basenames
bdist
bioinformatic
bioinformatics
biomechanics
Expand Down Expand Up @@ -226,6 +227,7 @@ compFile
compat
compinit
compressed1
conf
config
configparser
cp
Expand Down Expand Up @@ -286,6 +288,7 @@ gmail
google
gprof2dot
graphviz
gz
hardcode
hashbang
hashlib
Expand Down Expand Up @@ -407,6 +410,7 @@ schettino
schettino72
schettino72
scons
sdist
selecttasks
serializable
settrace
Expand Down Expand Up @@ -475,6 +479,7 @@ utm
virtualenv
waf
wget
whl
wildcard
withenvX
withenvY
Expand Down
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def task_samples_check():
'taskresult.py', # uses mercurial
'tar.py', # uses mercurial
'calc_dep.py', # uses files not created by the script
'report_deps.py', # uses files not created by the script
'doit_config.py', # no tasks defined
]
exclude = set('doc/samples/{}'.format(m) for m in black_list)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'Tracker': 'https://github.com/pydoit/doit/issues',
},
packages = ['doit'],
python_requires='>=3.4',
python_requires='>=3.5',
install_requires = ['cloudpickle'],
extras_require={
':sys.platform == "darwin"': ['macfsevents'],
Expand Down

0 comments on commit d1a1b7b

Please sign in to comment.