Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
666 stars 62 forks source link

Use formal specification for license field in pyproject.toml #420

Closed pydanny closed 7 months ago

pydanny commented 7 months ago

Currently fixit loads the entire MIT license into this field. While PyPI accepts this value, it should instead be one of the short values. Currently looking up what the formal specifications are because PyPA doesn't make finding them easy. 🤷🏻

This is a fantastic project, thanks for building it! 😄

pydanny commented 7 months ago

Closing this as addressing this isn't trivial and is outside the scope of this project.