-
Notifications
You must be signed in to change notification settings - Fork 136
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
pyproject.toml: fix setuptools warnings #513
pyproject.toml: fix setuptools warnings #513
Conversation
I think for listing data explicitly, there are a few options:
We already use I've also just come across |
It seems it's sufficient to do what warning asks: list mentioned items in
I will recheck it and then will rebase the commit. |
Are you able to investigate using |
Introduced changes fix setuptools warnings: * Installing 'ford.css' as data is deprecated, please list it in `packages`. * Installing 'ford.fonts' as data is deprecated, please list it in `packages`. * Installing 'ford.js' as data is deprecated, please list it in `packages`. * Installing 'ford.templates' as data is deprecated, please list it in `packages`. * Installing 'ford.tipuesearch' as data is deprecated, please list it in `packages`. * Installing 'ford.tipuesearch.img' as data is deprecated, please list it in `packages`. The following parts aren't used due to it are applied by default: [tool.setuptools] include-package-data = true [tool.setuptools.packages.find] namespaces = true Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
I tried handle problem with For Gentoo Linux I package The presented in tarball |
Ah yes, If you're happy this works for your use case, let's just go with this |
Thanks! |
The offered patch is similar to that was early in #474 but for
pyproject.toml
.Introduced changes fix setuptools warnings:
The following parts aren't used due to it are applied by default:
P.S.
Maybe there is another way to list
data
explicitly instead of