Skip to content

Commit

Permalink
Fixed pyproject.toml again ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Aug 14, 2023
1 parent f4d9d92 commit 8405bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CliRenderer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ 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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "CliRenderer"
version = "0.1.6.post3"
version = "0.1.6.post4"
requires-python = ">=3.9"
authors = [
{ name = "ultraflame4", email = "[email protected]" }
Expand All @@ -13,7 +13,7 @@ dependencies = [
"numpy~=1.24.2",
"Pillow~=9.5.0",
"rich~=13.3.4",
"typer~=0.7.0",
"typer~=0.9.0",
"imageio~=2.27.0",
"validators~=0.21.2"
]
Expand All @@ -30,4 +30,4 @@ build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]

[tool.setuptools]
py-modules = ["CliRenderer"]
packages = ["CliRenderer"]

0 comments on commit 8405bda

Please sign in to comment.