@@ -176,7 +176,7 @@ The `description` is just a string like the other values you've set:
176
176
# you can use """ for multiline strings like in python!
177
177
178
178
description = """
179
- Tools that update the pyOpenSci contributor and review metadata
179
+ Tools that update the pyOpenSci contributor and review metadata
180
180
that is posted on our website
181
181
"""
182
182
```
@@ -202,7 +202,7 @@ There is a quirk with PyPI for authors that have names but not emails in the pyp
202
202
203
203
``` toml
204
204
maintainers = [
205
- { name = " Firstname lastname" , email = " email@pyopensci.org" },
205
+ { name = " Firstname lastname" , email = " email@pyopensci.org" },
206
206
{ name = " Firstname lastname" }
207
207
]
208
208
```
@@ -211,7 +211,7 @@ Then we suggest that you only provide names in your list of names to ensure that
211
211
212
212
``` toml
213
213
maintainers = [
214
- { name = " Firstname lastname" },
214
+ { name = " Firstname lastname" },
215
215
{ name = " Firstname lastname" }
216
216
]
217
217
```
@@ -232,7 +232,7 @@ build-backend = "hatchling.build"
232
232
name = " pyospackage"
233
233
version = " 0.1.0"
234
234
description = """
235
- Tools that update the pyOpenSci contributor and review metadata
235
+ Tools that update the pyOpenSci contributor and review metadata
236
236
that is posted on our website
237
237
"""
238
238
authors = [
@@ -280,7 +280,7 @@ build-backend = "hatchling.build"
280
280
name = " pyospackage"
281
281
version = " 0.1.0"
282
282
description = """
283
- Tools that update the pyOpenSci contributor and review metadata
283
+ Tools that update the pyOpenSci contributor and review metadata
284
284
that is posted on our website
285
285
"""
286
286
authors = [
@@ -309,7 +309,7 @@ build-backend = "hatchling.build"
309
309
name = " pyospackage"
310
310
version = " 0.1.0"
311
311
description = """
312
- Tools that update the pyOpenSci contributor and review metadata
312
+ Tools that update the pyOpenSci contributor and review metadata
313
313
that is posted on our website
314
314
"""
315
315
authors = [
@@ -347,7 +347,7 @@ build-backend = "hatchling.build"
347
347
name = " pyospackage"
348
348
version = " 0.1.0"
349
349
description = """
350
- Tools that update the pyOpenSci contributor and review metadata
350
+ Tools that update the pyOpenSci contributor and review metadata
351
351
that is posted on our website
352
352
"""
353
353
authors = [
@@ -423,7 +423,7 @@ build-backend = "hatchling.build"
423
423
name = " pyospackage"
424
424
version = " 0.1.0"
425
425
description = """
426
- Tools that update the pyOpenSci contributor and review metadata
426
+ Tools that update the pyOpenSci contributor and review metadata
427
427
that is posted on our website
428
428
"""
429
429
authors = [
@@ -473,7 +473,7 @@ build-backend = "hatchling.build"
473
473
name = " pyospackage"
474
474
version = " 0.1.0"
475
475
description = """
476
- Tools that update the pyOpenSci contributor and review metadata
476
+ Tools that update the pyOpenSci contributor and review metadata
477
477
that is posted on our website
478
478
"""
479
479
authors = [
@@ -524,7 +524,7 @@ build-backend = "hatchling.build"
524
524
name = " pyospackage"
525
525
version = " 0.1.0"
526
526
description = """
527
- Tools that update the pyOpenSci contributor and review metadata
527
+ Tools that update the pyOpenSci contributor and review metadata
528
528
that is posted on our website
529
529
"""
530
530
authors = [
0 commit comments