Skip to content

Commit 17f581b

Browse files
committed
chore(pyproject.toml): fix typo
1 parent 61aa582 commit 17f581b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"unity",
1515
"unity-asset",
1616
"python3",
17-
"data-minig",
17+
"data-mining",
1818
"unitypack",
1919
"assetstudio",
2020
"unity-asset-extractor",
@@ -42,9 +42,9 @@ dependencies = [
4242
"brotli", # WebFile compression
4343
# Texture & Sprite handling
4444
"Pillow",
45-
"texture2ddecoder >= 1.0.5", # texture decompression
46-
"etcpak", # ETC & DXT compression
47-
"astc-encoder-py >= 0.1.8", # ASTC compression
45+
"texture2ddecoder >= 1.0.5", # texture decompression
46+
"etcpak", # ETC & DXT compression
47+
"astc-encoder-py >= 0.1.8", # ASTC compression
4848
# audio extraction
4949
"pyfmodex >= 0.7.1",
5050
# filesystem handling

0 commit comments

Comments
 (0)