summaryrefslogtreecommitdiff
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
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.
-rw-r--r--news/b27c8011-c478-4a7e-adb7-6d08c4f0ba41.trivial.rst0
-rw-r--r--pyproject.toml3
2 files changed, 0 insertions, 3 deletions
diff --git a/news/b27c8011-c478-4a7e-adb7-6d08c4f0ba41.trivial.rst b/news/b27c8011-c478-4a7e-adb7-6d08c4f0ba41.trivial.rst
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/news/b27c8011-c478-4a7e-adb7-6d08c4f0ba41.trivial.rst
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"