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

pyproject.toml: switch over from setup.py #76

Merged
merged 2 commits into from
May 8, 2024

Commits on May 8, 2024

  1. pyproject.toml: switch over the package build to pyproject.toml

    This removes fastentrypoints.py and moves the dependency management
    to the pyproject.toml (for the usbsdmux package) or the Makefile
    for the packaging and qa jobs (just so we do not have any
    REQUIREMENTS.txt files anymore).
    
    Signed-off-by: Leonard Göhrs <[email protected]>
    hnez committed May 8, 2024
    Configuration menu
    Copy the full SHA
    41fc814 View commit details
    Browse the repository at this point in the history
  2. README: Add mqtt dependency instructions to README

    The optional dependencies for the mqtt feature can now be installed by
    a standard pip mechanism, so we should document that in the README.
    
    Signed-off-by: Leonard Göhrs <[email protected]>
    hnez committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f1a2895 View commit details
    Browse the repository at this point in the history