Skip to content

Commit

Permalink
precommit will be the death of me
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 4, 2024
1 parent a03b484 commit 5e0b27a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tutorials/pyproject-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `description` is just a string like the other values you've set:
# you can use """ for multiline strings like in python!

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

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

```toml
maintainers = [
{ name = "Firstname lastname"},
{ name = "Firstname lastname"},
{ name = "Firstname lastname" }
]
```
Expand All @@ -232,7 +232,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -280,7 +280,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -309,7 +309,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -347,7 +347,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -423,7 +423,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -473,7 +473,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down Expand Up @@ -524,7 +524,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
version = "0.1.0"
description = """
Tools that update the pyOpenSci contributor and review metadata
Tools that update the pyOpenSci contributor and review metadata
that is posted on our website
"""
authors = [
Expand Down

0 comments on commit 5e0b27a

Please sign in to comment.