iterative / shtab

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

explicitly specify build-backend #162

Closed pastalian closed 9 months ago

pastalian commented 9 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 9 months ago

Codecov Report

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

Project coverage is 88.88%. Comparing base (64680d5) to head (1fa2a04). Report is 20 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.