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 3cf3342 commit 7e861b3Copy full SHA for 7e861b3
setup.py
@@ -662,7 +662,7 @@ def get_sources(self, cmd: build_ext) -> t.List[Path]:
662
return (
663
[
664
_
665
- for _ in Path(self.source_dir).rglob("**")
+ for _ in Path(self.source_dir).glob("**/*")
666
if _.is_file() and _.name != full_path.name and _.suffix and _.suffix not in {".py", ".pyc", ".pyi"}
667
]
668
if self.source_dir
0 commit comments