Skip to content

Commit

Permalink
added python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Aug 14, 2023
1 parent 235fe6b commit 7ba4d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CliRenderer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def cli_main(source: str = typer.Argument(..., help="The path to source image.",


def main():
importlib.metadata
rich.print(f"[bold white]CliRenderer installed version: {importlib.metadata.version('CliRenderer')}.[/bold white] {'dev mode on' if isDev else ''}")
rich.print("[grey37]Version shown may not be accurate! (especially you are running from source!)[/grey37]\n")
typer.run(cli_main)
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[project]
requires-python = ">=3.9"
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]

0 comments on commit 7ba4d93

Please sign in to comment.