Skip to content

Commit

Permalink
Dont break things on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezpena committed Nov 29, 2023
1 parent 919dd9e commit 9dae39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
def find_vendored_packages(path):
"""Add all the packages in the `vendor` directory"""
return [
root.replace("/", ".")
root.replace(os.path.sep, ".")
for root, dirs, files in os.walk(path)
if "__pycache__" not in root
]
Expand Down

0 comments on commit 9dae39e

Please sign in to comment.