On Wed, Jul 16, 2025 at 03:57:22PM +0200, Pavol Sloboda wrote:
> Hi,
> 
> if you look here:
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_distro_wide_guidelines
>  in the Mandatory macros section it explains the 'site-packages' dir. It is
> where all the pure python modules are installed and most likely it is where
> the pyproject_* macros install files by default. You should consider
> whether or not your files belong there.

Projects using pyproject.toml cannot install arbitrary data outside of
site-packages, except for script wrappers. If you were using setup.py to
handle installing files like translations you will need to do it
manually in the spec file or in a Makefile depending on how the project
is structured.

Brian

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to