-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
51 lines (46 loc) · 1.11 KB
/
setup.cfg
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = dsa-downloader
url = https://github.com/phstudy/dsa-downloader
description = Disney Sorcerer's Arena resources downloader
long_description = file: README.md
long_description_content_type = text/markdown
author = Study Hsueh
author_email = [email protected]
maintainer = Study Hsueh
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Utilities
keywords =
dsa
python
disney
[options]
use_scm_version = True
python_requires = >=3.7
packages = dsa_downloader
zip_safe = False
setup_requires =
setuptools_scm>=1.15.0
setuptools_scm_git_archive>=1.0
install_requires =
requests
protobuf==3.19.5
UnityPy==1.9.28
pip
tqdm
click
Pillow
[options.entry_points]
console_scripts =
dsa-downloader = dsa_downloader.__main__:main
[bdist_wheel]
universal = false