summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2021-09-13 18:37:33 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2021-09-13 18:38:13 -0700
commite37ad39205443b0906971ee377dfa0d0179749ea (patch)
tree2a16aae23b66b4af55edc77edb4eb724b6a623a9 /pyproject.toml
parentdcbaa1d232635ad26e6ed948e5dbc0b1f6f49297 (diff)
downloadpip-e37ad39205443b0906971ee377dfa0d0179749ea.tar.gz
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fbebfd081..a479b968d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"