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 d31e90c commit c72341dCopy full SHA for c72341d
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+"**", recursive=True)]
+ src = [f for f in glob.glob(PACKAGE+os.sep+"**/*", recursive=True)]
30
31
docs = []
32
for docs_dir in DOCS:
0 commit comments