We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use Path objects to define locations for data_files in setup().
Allow passing in path objects into the data_files in setup()
Using standard os.path.join works fine but, having the option to use pathlib would be nice.
No response
The text was updated successfully, but these errors were encountered:
This PR was moved here
Sorry, something went wrong.
@InvincibleRMC since a PR in pypa/distutils was merged, can this gh issue be closed?
Successfully merging a pull request may close this issue.
What's the problem this feature will solve?
Use Path objects to define locations for data_files in setup().
Describe the solution you'd like
Allow passing in path objects into the data_files in setup()
Alternative Solutions
Using standard os.path.join works fine but, having the option to use pathlib would be nice.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: