Skip to content

Commit 81e87b6

Browse files
authored
Move authors into pyproject.toml (#28)
1 parent d862e9e commit 81e87b6

4 files changed

Lines changed: 26 additions & 43 deletions

File tree

AUTHORS.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md HISTORY.rst AUTHORS.rst LICENSE.txt NOTICE.txt
1+
include README.md HISTORY.rst LICENSE.txt NOTICE.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Any combination of stop, wait, etc. is also supported to give you the freedom to
113113
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
114114
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).
115115
3. Write a test which shows that the bug was fixed or that the feature works as expected.
116-
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).
116+
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.

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,31 @@ name = "retrying"
77
version = "1.4.2-dev"
88
description = "Retrying"
99
authors = [
10+
{name = "Alex Kuang"},
11+
{name = "Anthony McClosky"},
12+
{name = "Cyrus Durgin"},
13+
{name = "Daniel Nephin"},
14+
{name = "Dougal Matthews"},
1015
{name = "Greg Roodt"},
16+
{name = "Haïkel Guémar"},
17+
{name = "Hugo Klepsch"},
18+
{name = "J Derek Wilson"},
19+
{name = "James Page"},
20+
{name = "Jason Dunkelberger"},
21+
{name = "Job Evers"},
22+
{name = "Jonathan Herriott"},
23+
{name = "Josh Marshall"},
24+
{name = "Joshua Harlow"},
25+
{name = "Justin Turner Arthur"},
26+
{name = "Maxym Shalenyi"},
27+
{name = "Monty Taylor"},
28+
{name = "Pierre-Yves Chibon"},
29+
{name = "Ray Holder"},
30+
{name = "Rees Dooley"},
31+
{name = "Saul Shanabrook"},
32+
{name = "Simon Dollé"},
33+
{name = "Simeon Visser"},
34+
{name = "Thomas Goirand"},
1135
]
1236
license = "Apache-2.0"
1337
readme = "README.md"

0 commit comments

Comments
 (0)