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

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Dec 14, 2023

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.

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.
@liZe
Copy link
Contributor

liZe commented Dec 14, 2023

Thank you!

@liZe liZe merged commit c122a40 into Frozen-Flask:main Dec 14, 2023
5 checks passed
@mgorny
Copy link
Contributor Author

mgorny commented Dec 14, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants