Skip to content

Update setup.py #1675

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update setup.py #1675

wants to merge 2 commits into from

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
# for free to join this conversation on GitHub. Already have an account? # 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