diff --git a/AUTHORS.rst b/AUTHORS.rst deleted file mode 100644 index f390cb4..0000000 --- a/AUTHORS.rst +++ /dev/null @@ -1,41 +0,0 @@ -Retrying is maintained by Greg Roodt and -various contributors: - -Lead Maintainer -```````````````` - -- Greg Roodt - - -Original Author -```````````````` - -- Ray Holder - - -Contributors -``````````````````````` - -- Anthony McClosky -- Jason Dunkelberger -- Justin Turner Arthur -- J Derek Wilson -- Alex Kuang -- Simon Dollé -- Rees Dooley -- Saul Shanabrook -- Daniel Nephin -- Simeon Visser -- Joshua Harlow -- Pierre-Yves Chibon -- Haïkel Guémar -- Thomas Goirand -- James Page -- Josh Marshall -- Dougal Matthews -- Monty Taylor -- Maxym Shalenyi -- Jonathan Herriott -- Job Evers -- Cyrus Durgin -- Hugo Klepsch \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 430a855..32ca545 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.md HISTORY.rst AUTHORS.rst LICENSE.txt NOTICE.txt +include README.md HISTORY.rst LICENSE.txt NOTICE.txt diff --git a/README.md b/README.md index f615aed..63df261 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ Any combination of stop, wait, etc. is also supported to give you the freedom to 1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. 2. Fork [the repository](http://github.com/groodt/retrying) on GitHub to start making your changes to the **master** branch (or branch off of it). 3. Write a test which shows that the bug was fixed or that the feature works as expected. -4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS](https://github.com/groodt/retrying/blob/master/AUTHORS.rst). +4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to the authors list in pyproject.toml. diff --git a/pyproject.toml b/pyproject.toml index 9a81762..e8351dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,31 @@ name = "retrying" version = "1.4.2-dev" description = "Retrying" authors = [ + {name = "Alex Kuang"}, + {name = "Anthony McClosky"}, + {name = "Cyrus Durgin"}, + {name = "Daniel Nephin"}, + {name = "Dougal Matthews"}, {name = "Greg Roodt"}, + {name = "Haïkel Guémar"}, + {name = "Hugo Klepsch"}, + {name = "J Derek Wilson"}, + {name = "James Page"}, + {name = "Jason Dunkelberger"}, + {name = "Job Evers"}, + {name = "Jonathan Herriott"}, + {name = "Josh Marshall"}, + {name = "Joshua Harlow"}, + {name = "Justin Turner Arthur"}, + {name = "Maxym Shalenyi"}, + {name = "Monty Taylor"}, + {name = "Pierre-Yves Chibon"}, + {name = "Ray Holder"}, + {name = "Rees Dooley"}, + {name = "Saul Shanabrook"}, + {name = "Simon Dollé"}, + {name = "Simeon Visser"}, + {name = "Thomas Goirand"}, ] license = "Apache-2.0" readme = "README.md"