File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ name = "UnityPy"
77authors = [{ name = " Rudolf Kolbe" , email = " rkolbe96@gmail.com" }]
88description = " A Unity extraction and patching package"
99readme = " README.md"
10- license = " MIT"
10+ license = { text = " MIT" }
1111requires-python = " >=3.7"
1212keywords = [
1313 " python" ,
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
You can’t perform that action at this time.
0 commit comments