Skip to content

Commit

Permalink
fix: address review feedback for urls table
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 15, 2022
1 parent 6fde645 commit 23503bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -26,9 +26,11 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
urls.Source = "https://github.com/pypa/packaging"
dependencies = []

[project.urls]
Source = "https://github.com/pypa/packaging"


[tool.flit.sdist]
include = ["LICENSE*", "tests/", "docs/"]
Expand Down

0 comments on commit 23503bb

Please sign in to comment.