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.
1 parent 041af52 commit d31e90cCopy full SHA for d31e90c
setup.py
@@ -26,7 +26,7 @@
26
except:
27
# TODO untested
28
print("Warning fallback to glob")
29
- src = [f for f in glob.glob(PACKAGE+os.sep+"*")]
+ src = [f for f in glob.glob(PACKAGE+os.sep+"**", recursive=True)]
30
31
docs = []
32
for docs_dir in DOCS:
0 commit comments