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

Fix setuptools warning: "multidict._multilib not in packages list" #829

Closed
wants to merge 1 commit into from

Commits on Apr 7, 2023

  1. Fix setuptools warning: "multidict._multilib not in packages list"

    This fixes the following build warning:
    
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'multidict._multilib' as an importable package,
        but it is not listed in the `packages` configuration of setuptools.
    
        'multidict._multilib' 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 'multidict._multilib' 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.
    hoodmane committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b384739 View commit details
    Browse the repository at this point in the history