Skip to content

Commit 01607d3

Browse files
authored
Merge pull request #13 from lrq3000/master
2 parents 1a68c1d + 3c25a58 commit 01607d3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ py-make
55

66
|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade| |Libraries-Rank|
77

8-
|DOI-URI| |LICENCE| |OpenHub-Status| |Gift-Casper|
8+
|DOI-URI| |LICENCE| |OpenHub-Status|
99

1010

1111
Bring basic ``Makefile`` support to any system with Python.
@@ -139,8 +139,8 @@ Authors
139139
The main developers, ranked by surviving lines of code
140140
(`git fame -wMC <https://github.com/casperdcl/git-fame>`__), are:
141141

142-
- Casper da Costa-Luis (`casperdcl <https://github.com/casperdcl>`__, ~99.5%, |Gift-Casper|)
143-
- Stephen Larroque (`lrq3000 <https://github.com/lrq3000>`__, ~0.5%)
142+
- Stephen Larroque (`lrq3000 <https://github.com/lrq3000>`__, core logic)
143+
- Casper da Costa-Luis (`casperdcl <https://github.com/casperdcl>`__, modularization & maintenance)
144144

145145
We are grateful for all |GitHub-Contributions|.
146146

@@ -170,8 +170,6 @@ We are grateful for all |GitHub-Contributions|.
170170
:target: https://github.com/tqdm/py-make/graphs/contributors
171171
.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/tqdm/py-make/master.svg?logo=github&logoColor=white&label=pushed
172172
:target: https://github.com/tqdm/py-make/pulse
173-
.. |Gift-Casper| image:: https://img.shields.io/badge/gift-donate-ff69b4.svg
174-
:target: https://caspersci.uk.to/donate.html
175173
.. |PyPI-Status| image:: https://img.shields.io/pypi/v/py-make.svg
176174
:target: https://pypi.org/project/py-make
177175
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/py-make.svg?label=pypi%20downloads&logo=python&logoColor=white

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
description='Makefile execution powered by pure Python',
3636
long_description=README_rst,
3737
license='MPLv2.0, MIT Licenses',
38-
author='Casper da Costa-Luis',
38+
author='Stephen Larroque, Casper da Costa-Luis',
3939
author_email='[email protected]',
4040
url='https://github.com/tqdm/pymake',
4141
maintainer='tqdm developers',

0 commit comments

Comments
 (0)