Skip to content

Commit

Permalink
Tweak application description
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jan 4, 2023
1 parent d963b3b commit a9a866f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyproject_api/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def main_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(
description=textwrap.indent(
textwrap.dedent(
"""A minimal PEP-517 frontend.
"""A pyproject.toml-based build frontend.
This is mainly useful for debugging PEP-517 backends. This frontend will not
actually install required build dependencies.
do things like install required build dependencies.
"""
).strip(),
" ",
Expand Down

0 comments on commit a9a866f

Please sign in to comment.