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

Bugfix/runtime requirement in metadata section #2

Conversation

jkoelling
Copy link
Contributor

@jkoelling jkoelling commented Feb 21, 2020

Hey @Lilykos , I'm using the library you are maintaining and it broke my builds today because its dependency unidecode was not installed automatically via pip. I've tested the proposed changes and validated them against the docs of flit.

You can see here that run time requirements have to go into the metadata section in a separate requires list: https://flit.readthedocs.io/en/latest/pyproject_toml.html#metadata-section

The version limit is not strictly necessary and I couldn't find any mention in the unidecode project if they mark breaking changes by a major version increase or not, but I prefer to be on the somewhat safer side. :)

This fixes #3.

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.

Run time requirement unidecode does not get installed
2 participants