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.
This commit is contained in:
Jon Dufresne 2021-09-13 18:37:33 -07:00
parent dcbaa1d232
commit e37ad39205
2 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ distro = []
[tool.vendoring.license.directories]
setuptools = "pkg_resources"
msgpack-python = "msgpack"
[tool.vendoring.license.fallback-urls]
pytoml = "https://github.com/avakar/pytoml/raw/master/LICENSE"
resolvelib = "https://github.com/sarugaku/resolvelib/raw/master/LICENSE"
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"