forked from HearthSim/UnityPack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 722 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = unitypack
version = 0.10.0
description = Python implementation of the .unity3d format
author = Jerome Leclanche
author_email = jerome@leclan.ch
url = https://github.com/HearthSim/UnityPack
download_url = https://github.com/HearthSim/UnityPack/tarball/master
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Multimedia :: Graphics
[options]
packages = find:
scripts =
bin/unityextract
bin/unity2yaml
install_requires =
fsb5
lz4
Pillow
[options.package_data]
unitypack = classes.json, strings.dat, structs.dat