Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Mar 8, 2024
1 parent 180c3c5 commit e02baec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deduplidog/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .deduplidog import Deduplidog

__all__ = ["Deduplidog"]
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "deduplidog"
version = "0.5.0"
description = "Deduplicate folders"
authors = ["Edvard Rejthar <edvard.rejthar@nic.cz>"]
Expand All @@ -13,6 +14,6 @@ python = ">=3.11"
humanize = "*"
imagehash = "*"
opencv-python = "*"
PIL = "*"
Pillow = "*"
sh = "*"
tqdm = "*"

0 comments on commit e02baec

Please sign in to comment.