iterative / shtab

↔️ Automagic shell tab completion for Python CLI applications
https://docs.iterative.ai/shtab
Other
362 stars 35 forks source link

explicitly specify build-backend #162

Closed pastalian closed 6 months ago

pastalian commented 6 months ago

setuptools.build_meta:__legacy__ will be used if build-backend is not specified. Use setuptools.build_meta instead.

https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#fallback-behaviour https://pydocbrowser.github.io/setuptools/latest/setuptools.build_meta._BuildMetaLegacyBackend.html

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c330327) 88.88% compared to head (1fa2a04) 88.88%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #162 +/- ## ======================================= Coverage 88.88% 88.88% ======================================= Files 3 3 Lines 360 360 ======================================= Hits 320 320 Misses 40 40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.