Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions AUTHORS.rst

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md HISTORY.rst AUTHORS.rst LICENSE.txt NOTICE.txt
include README.md HISTORY.rst LICENSE.txt NOTICE.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down