[REDMINE1D-305] [RM-8283] [python binding] SetuptoolsDeprecationWarning Created: 13/Sep/23  Updated: 15/Sep/23

Status: Open
Project: 1D Redmine
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Normal
Reporter: Redmine-Jira Migtation Assignee: Redmine-Jira Migtation
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Created on 2023-09-12 17:21:57 by Didier Vibert. % Done: 0

I have the following warning when doing @pip install@ in pylibamazed

<pre>
/home/dvibert/.virtualenvs/amazed/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'pylibamazed.resources' as data is deprecated, please list it in `packages`.
!!

############################

  1. Package would be ignored #
    ############################
    Python recognizes 'pylibamazed.resources' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

'pylibamazed.resources' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'pylibamazed.resources' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!
</pre>


Generated at Sat Feb 10 15:31:23 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.