Skip to content

Conversation

PPN-SD
Copy link

@PPN-SD PPN-SD commented Jan 16, 2025

fix #1560

delete deprecated :
bdist_wheel
tests_require
test_suite

py3 :
use find_namespace_package to prevent warning about 'importable package'
use of namespace because 'ui' is not a pkg as it does not contain init.py

py2.7:
It requires to be explicit, but still uses MANIFEST.in and compat 2.7/3

@PPN-SD PPN-SD marked this pull request as draft January 16, 2025 17:07
@PPN-SD PPN-SD marked this pull request as ready for review January 16, 2025 20:05
delete deprecated :
bdist_wheel
tests_require
test_suite

use find_namespace_package to prevent warning about 'importable package'
use of namespace because 'ui' is not a pkg as it does not contain __ini__.py
without find_{,namespace_}packages
without warnings
use MANIFEST.in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SetuptoolsDeprecationWarning: Installing 'supervisor.scripts' as data is deprecated, please list it in packages
1 participant