-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compatibility with Poetry-based projects #1
Comments
ciao, thanks for the feedback. afaik poetry doesn't support PEP-621 and doesn't intend to do so. looking at the extension you use, it doesn't seem to be too much of an impact on the codebase. but i wonder how the dispatching logic would look like. would it be much effort to demonstrate that in a PR? i'd like the tool generally assume that metadata is provided as said PEP prescribes. but maybe i would find a concrete proposal simple enough to accept it. in general i whatever the outcome, i'm glad that your colleague could easily extend this tool for your needs. addendum: and i'm totally open to provide better hooks for less code duplication on your side. |
Hi Frank, thanks for your prompt and swift response.
After setuptools v64 gained support for
Yeah, I think it looks doable without having too much negative implications.
I can give it a try, and then we can judge about the outcome. Thanks!
Sweet, thank you! Let's have a look at an initial patch, and then let's decide if it would be worth the efforts on your end? Cheers, |
Thanks also for sharing the article Semantic Versioning Will Not Save You. Reading about Hauptversionserhöhungsangst! 1 made my day ;]. Footnotes |
Dear Frank and Martin,
thanks a stack for conceiving this excellent package.
@gutzbenj recently added it to Wetterdienst on behalf of earthobservations/wetterdienst#841, with some minor adjustments to make it compatible with Poetry. So, I wanted to humbly ask if you would accept a corresponding patch to also make others benefit from those improvements?
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: