Skip to content

Commit e37ad39

Browse files
committed
Simplify vendoring configuration
The msgpack-python was replaced by msgpack. This removes the need to special case its directory. The pytoml library is no longer vendored. The resolvelib package distributes its license and so doesn't require a license fallback URL.
1 parent dcbaa1d commit e37ad39

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

news/b27c8011-c478-4a7e-adb7-6d08c4f0ba41.trivial.rst

Whitespace-only changes.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ distro = []
5353

5454
[tool.vendoring.license.directories]
5555
setuptools = "pkg_resources"
56-
msgpack-python = "msgpack"
5756

5857
[tool.vendoring.license.fallback-urls]
59-
pytoml = "https://github.com/avakar/pytoml/raw/master/LICENSE"
60-
resolvelib = "https://github.com/sarugaku/resolvelib/raw/master/LICENSE"
6158
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"

0 commit comments

Comments
 (0)