Skip to content

Commit 5711c54

Browse files
committed
Formatting
1 parent 37a0966 commit 5711c54

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
34

45
[project]
5-
name="calculator-myname"
6-
description="A small example package"
6+
name = "calculator-myname"
7+
description = "A small example package"
78
version = "0.1.0"
89
readme = "README.md"
910
authors = [
1011
{ name = "Firstname Lastname", email = "[email protected]" }
1112
]
1213
dependencies = [
1314
"scipy"
14-
]
15+
]

0 commit comments

Comments
 (0)