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

Setuptools deprecations #1017

Merged

Commits on Mar 7, 2023

  1. setup.py: include rpmlint.descriptions in packages

    Since setuptools-62.3.0¹, a warning is issued when setuptools finds an
    importable package is listed in package_data rather than in packages.
    
    ¹ pypa/setuptools#3308
      https://setuptools.pypa.io/en/latest/history.html#v62-3-0
    tmzullinger committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0c2bc1c View commit details
    Browse the repository at this point in the history
  2. setup.cfg: rename license_file to license_files

    In setuptools-56.0.0¹ license_file was changed to license_files.  The
    former causes a deprecation warning.
    
    ¹ pypa/setuptools#2620
      https://setuptools.pypa.io/en/latest/history.html?highlight=license_files#v56-0-0
    tmzullinger committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a7265df View commit details
    Browse the repository at this point in the history