sciapp / python-gr

Python wrapper for the GR framework
https://gr-framework.org
Other
30 stars 8 forks source link

Mark dist as Non-pure #29

Closed bpedersen2 closed 2 years ago

bpedersen2 commented 2 years ago

This ensures binary packages (bdist/bdist_wheel) are correctly labeled with the platform.

Fixes: Issue-28

FlorianRhiem commented 2 years ago

I wasn't aware of root_is_pure, this should work nicely without having to specify the platform. I've merged it into develop. Thank you for the pull request!