Skip to content

Commit c2285e3

Browse files
committed
Convert setup.py to pyproject.toml
Used `hatch new --init` and manually added `hatch-vcs` configuration.
1 parent f0bd049 commit c2285e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.rst"
1818
license = "MIT"
1919
requires-python = ">=3.9"
2020
authors = [
21-
{ name = "Bruno Oliveira", email = "[email protected]" },
21+
{ name = "Bruno Oliveira", email = "[email protected]" },
2222
]
2323
keywords = [
2424
"pytest",

0 commit comments

Comments
 (0)