You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I am creating this issue to keep track of undefined wheel behaviors, special setuptools handlings and relevant missing features from the wheel spec. The intent is to figure out all issues with the current wheel specification and maybe in the future draft a PEP.
Questions
Is .data directly mapped to sysconfig?
Even on Windows?
Because then we would have a Linux style directory structure (share/something/mydata)
Missing features
Support for sysconfdir
Holds application configuration data
Would also require it to be added in the sysconfig module
Usually mapped to /etc on Linux
Custom platform-dependent paths
A valid use case would be for eg. install UDEV rules on Linux
Okay, I am creating this issue to keep track of undefined wheel behaviors, special setuptools handlings and relevant missing features from the wheel spec. The intent is to figure out all issues with the current wheel specification and maybe in the future draft a PEP.
Questions
.data
directly mapped tosysconfig
?share/something/mydata
)Missing features
sysconfdir
sysconfig
module/etc
on Linuxcc @pradyunsg
Maybe you are interested.
The text was updated successfully, but these errors were encountered: