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

target directories in data_files are incorrectly changed to lowercase #2480

Closed
rhertzog opened this issue Dec 10, 2020 · 1 comment
Closed

Comments

@rhertzog
Copy link

Hello, I have this in setup.cfg:

[options.data_files]
share/perl5/Debian/Debhelper/Sequence = dh-kaboxer/Sequence/kaboxer.pm

But that file ends up installed in /usr/share/perl5/debian/debhelper/sequence/. Notice how the target directory is entirely lowercase while the configuration file had uppercase on some characters.

And here the case is meaningful.

This is with python 3.9 and setuptools 50.3.0-1 on a Debian Unstable system.

@melissa-kun-li
Copy link
Contributor

Hopefully PR #2580 addresses this :)

@jaraco jaraco closed this as completed in 72c7a6c Feb 25, 2021
gitworkflows pushed a commit to threatcode/tcboxer that referenced this issue Jan 30, 2024
The upstream installation mechanism incorrectly renames the target
directories to all lowercase:
pypa/setuptools#2480
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

No branches or pull requests

2 participants