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