Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update setup.py #1675

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_pacakge 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
1 participant