summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-17 13:49:34 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-17 19:25:20 -0500
commit7ebf9df7ae2534bad66dc4f102993f5fb6d789b2 (patch)
tree91fb12d84ea6a39fb46fd865baec32a283b9e51b /pyproject.toml
parent451b5dfca5b3c60dd52098902ce37125d4a1a45f (diff)
downloadrequests-cache-7ebf9df7ae2534bad66dc4f102993f5fb6d789b2.tar.gz
Move all cache policy-related modules to separate 'policy' subpackage
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 98d2621..a09e6f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -151,7 +151,6 @@ line_length = 100
skip_gitignore = true
skip = [
'examples/',
- 'requests_cache/__init__.py',
'tests/compat/',
]
known_first_party = ['tests']