-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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
.datadirectly mapped tosysconfig?- Even on Windows?
- Because then we would have a Linux style directory structure (
share/something/mydata)
- Because then we would have a Linux style directory structure (
- Even on Windows?
Missing features
- Support for
sysconfdir- Holds application configuration data
- Would also require it to be added in the
sysconfigmodule - Usually mapped to
/etcon Linux
- Custom platform-dependent paths
- A valid use case would be for eg. install UDEV rules on Linux
cc @pradyunsg
Maybe you are interested.