From: Barry Warsaw <barry@python.org>
Date: Mon, 31 Oct 2016 17:31:16 -0400
Subject: Remove unnecessary scripts

Don't install the undocumented and unnecessary doesitcache script.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index d8890eb..8fd3861 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,7 +64,7 @@ dev = [
 ]
 
 [project.scripts]
-doesitcache = "cachecontrol._cmd:main"
+#doesitcache = "cachecontrol._cmd:main"
 
 [tool.mypy]
 show_error_codes = true
