Skip to content

Commit 5e0b27a

Browse files
precommit will be the death of me
1 parent a03b484 commit 5e0b27a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tutorials/pyproject-toml.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The `description` is just a string like the other values you've set:
176176
# you can use """ for multiline strings like in python!
177177

178178
description = """
179-
Tools that update the pyOpenSci contributor and review metadata
179+
Tools that update the pyOpenSci contributor and review metadata
180180
that is posted on our website
181181
"""
182182
```
@@ -202,7 +202,7 @@ There is a quirk with PyPI for authors that have names but not emails in the pyp
202202

203203
```toml
204204
maintainers = [
205-
{ name = "Firstname lastname", email = "email@pyopensci.org" },
205+
{ name = "Firstname lastname", email = "email@pyopensci.org" },
206206
{ name = "Firstname lastname" }
207207
]
208208
```
@@ -211,7 +211,7 @@ Then we suggest that you only provide names in your list of names to ensure that
211211

212212
```toml
213213
maintainers = [
214-
{ name = "Firstname lastname"},
214+
{ name = "Firstname lastname"},
215215
{ name = "Firstname lastname" }
216216
]
217217
```
@@ -232,7 +232,7 @@ build-backend = "hatchling.build"
232232
name = "pyospackage"
233233
version = "0.1.0"
234234
description = """
235-
Tools that update the pyOpenSci contributor and review metadata
235+
Tools that update the pyOpenSci contributor and review metadata
236236
that is posted on our website
237237
"""
238238
authors = [
@@ -280,7 +280,7 @@ build-backend = "hatchling.build"
280280
name = "pyospackage"
281281
version = "0.1.0"
282282
description = """
283-
Tools that update the pyOpenSci contributor and review metadata
283+
Tools that update the pyOpenSci contributor and review metadata
284284
that is posted on our website
285285
"""
286286
authors = [
@@ -309,7 +309,7 @@ build-backend = "hatchling.build"
309309
name = "pyospackage"
310310
version = "0.1.0"
311311
description = """
312-
Tools that update the pyOpenSci contributor and review metadata
312+
Tools that update the pyOpenSci contributor and review metadata
313313
that is posted on our website
314314
"""
315315
authors = [
@@ -347,7 +347,7 @@ build-backend = "hatchling.build"
347347
name = "pyospackage"
348348
version = "0.1.0"
349349
description = """
350-
Tools that update the pyOpenSci contributor and review metadata
350+
Tools that update the pyOpenSci contributor and review metadata
351351
that is posted on our website
352352
"""
353353
authors = [
@@ -423,7 +423,7 @@ build-backend = "hatchling.build"
423423
name = "pyospackage"
424424
version = "0.1.0"
425425
description = """
426-
Tools that update the pyOpenSci contributor and review metadata
426+
Tools that update the pyOpenSci contributor and review metadata
427427
that is posted on our website
428428
"""
429429
authors = [
@@ -473,7 +473,7 @@ build-backend = "hatchling.build"
473473
name = "pyospackage"
474474
version = "0.1.0"
475475
description = """
476-
Tools that update the pyOpenSci contributor and review metadata
476+
Tools that update the pyOpenSci contributor and review metadata
477477
that is posted on our website
478478
"""
479479
authors = [
@@ -524,7 +524,7 @@ build-backend = "hatchling.build"
524524
name = "pyospackage"
525525
version = "0.1.0"
526526
description = """
527-
Tools that update the pyOpenSci contributor and review metadata
527+
Tools that update the pyOpenSci contributor and review metadata
528528
that is posted on our website
529529
"""
530530
authors = [

0 commit comments

Comments
 (0)