mirror of
https://github.com/ivuorinen/emoji.git
synced 2026-03-06 18:57:40 +00:00
feat: expanded dedup.py, removed dups
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "emoji-dedup"
|
||||
version = "0.1.0"
|
||||
description = "Find and remove duplicate emoji files using perceptual hashing"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"imagehash>=4.3",
|
||||
"Pillow>=10.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
dedup = "dedup:main"
|
||||
Reference in New Issue
Block a user