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 finding packages witch hatchling >= 1.19.0 #137

Merged
merged 1 commit into from Dec 14, 2023

Commits on Dec 14, 2023

  1. Fix finding packages witch hatchling >= 1.19.0

    Explicitly specify the package name to install, in order to fix
    compatibility with `hatchling >= 1.19.0`.  Starting with this version
    (though Frozen-Flask is affected since 1.20.0, due to a bug
    in hatchling), it is necessary to explicitly select packages if they
    do not
    
    As of hatchling >= 1.19.0, it is necessary to explicitly specify
    `packages` to use if they do not fit the default heuristics (i.e. are
    disjoint from the project name).
    
    Since the package is now specified explicitly, the `exclude` rules are
    no longer necessary.
    mgorny committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8b2bd9f View commit details
    Browse the repository at this point in the history