Fixed a lot of issues

This commit is contained in:
Firq 2024-10-04 20:18:56 +02:00
parent fdc62c04a6
commit 3d546df0e0
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 83 additions and 71 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "atlasimagecomposer"
version = "0.1.0-a.4"
version = "0.1.0-a.5"
dependencies = [
"numpy~=2.0.1",
"pillow~=10.4.0",
@ -20,7 +20,7 @@ classifiers = [
]
[project.scripts]
atlasimagecomposer = "atlasimagecomposer.compose:run"
atlasimagecomposer = "atlasimagecomposer.cli.cli:run"
[tool.setuptools.packages.find]
where = ["."]