Skip to content

Commit 247a1c1

Browse files
authored
Updated comment and indented the dependency.
1 parent 9d05e00 commit 247a1c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ classifiers = [
1717
"Programming Language :: Python :: 3 :: Only",
1818
]
1919
requires-python = ">=3.8"
20-
dependencies = ["packaging"] # setuptools dependency
20+
dependencies = [
21+
# Setuptools must require these
22+
"packaging",
23+
]
2124
dynamic = ["version"]
2225

2326
[project.urls]

0 commit comments

Comments
 (0)