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

setup.cfg: drop setuptools dependency #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 3, 2024

  1. setup.cfg: drop setuptools dependency

    The setuptools dependency is not needed in this file because setuptools
    will be installed from the pyproject.toml file. Since the project does
    not use anything from the setuptools package, remove it as a dependency.
    
    This fixes the following bug in Debian:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1083736
    gagath committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    1bad45b View commit details
    Browse the repository at this point in the history