"Package would be ignored" warnings for data subdirectories inside package #3323
-
|
We're working on modernizing setuptools usage in translate-toolkit. As part of that, @nijel moved data files into The layout for the package resembles: Notably, When building via To be honest, I've dug through setuptools documentation and I've only been able to found two solutions that make the warning disappear:
What is the recommended way to install these files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
|
Hi @mgorny, would it be possible for you to use |
Beta Was this translation helpful? Give feedback.
Hi @mgorny, would it be possible for you to use
packages = find_namespace:?