Hi Sandro,

Hau idatzi du Sandro (li...@penguinpee.nl) erabiltzaileak (2023 eka.
4(a), ig. (01:55)):
>
> Hi,
>
> I ran into a build failure for a Python package that dropped setup.py in
> the latest update and uses pyproject.toml for metadata and setuptools.
>
> The build failed due to 'error: Installed (but unpackaged) file(s)
> found' [1]. However, all the erroneously installed modules should be
> excluded by default, if I understand the setuptools automatic discovery
> documentation [2] correctly. They are listed in
> 'FlatLayoutPackageFinder.DEFAULT_EXCLUDE'. In this case 'docs',
> 'scripts' and 'test'.
>
> Since this is still beta when using pyproject.toml, I was wondering if
> someone else has come across this misbehavior. Or, maybe, it's something
> I failed to spot in pyproject.toml, that's causing it.
>
> I can make it work by adding a 'include = ["palettable"]' in the
> tool.setuptools.packages.find table [3]. But I'd like a second opinion
> before submitting a PR upstream.

I ran to the same problem updating pg_activity last week. After a
conversation with upstream[1] and exploring different options they
preferred to remove packages.find.

Regards,
Mikel

[1] https://github.com/dalibo/pg_activity/pull/378
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-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/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to