Skip to content

Commit 65bcac1

Browse files
committed
fix: address review feedback for urls table
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 9c1b7b0 commit 65bcac1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: CPython",
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
]
28-
urls.Source = "https://github.com/pypa/packaging"
2928
dependencies = []
3029

30+
[project.urls]
31+
Source = "https://github.com/pypa/packaging"
32+
3133

3234

3335
[tool.flit.sdist]

0 commit comments

Comments
 (0)