We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c31bc0e + 2913de7 commit 4b771fcCopy full SHA for 4b771fc
2 files changed
setup.cfg
@@ -41,7 +41,6 @@ install_requires =
41
attrs >= 18.1, !=20.1.0
42
Beautifulsoup4 >= 4.0.0
43
click >= 6.7, !=7.0
44
- intbitset >= 2.3.0
45
requests >= 2.7.0
46
saneyaml >= 0.5.2
47
text_unidecode >= 1.0
src/commoncode/resource.py
@@ -267,6 +267,10 @@ def __init__(
267
268
``max_depth`` is the maximum depth of subdirectories to descend below and
269
including `location`.
270
+
271
+ ``paths`` is an optional list of of path strings that extend from the
272
+ root ``location``. If provided, the codebase will contain only these
273
+ paths.
274
"""
275
self.max_depth = max_depth
276
0 commit comments