Fixed a lot of issues
This commit is contained in:
parent
fdc62c04a6
commit
3d546df0e0
9 changed files with 83 additions and 71 deletions
|
@ -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 = ["."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue