Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py package_data #206

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

modelonrobinandersson
Copy link
Collaborator

@modelonrobinandersson modelonrobinandersson commented Oct 26, 2023

Fixes #35, this was originally changed in 20b9ad8 to os.path.join but https://setuptools.pypa.io/en/latest/userguide/datafiles.html#package-data states If your glob patterns use paths, you must use a forward slash (/) as the path separator, even if you are on Windows.
Using os.path.join will also introduce double back-slash hence not a proper solution according to the documentation.

@modelonrobinandersson modelonrobinandersson merged commit 955dec5 into master Oct 27, 2023
2 checks passed
@modelonrobinandersson modelonrobinandersson deleted the modelonrobinandersson-patch-2 branch October 27, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants