forked from ohhdemgirls/keg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (39 loc) · 878 Bytes
/
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
[metadata]
name = keg
version = 0.0.0
description = Full-featured NGDP client implementation
author = Jerome Leclanche
author_email = jerome@leclan.ch
url = https://github.com/HearthSim/keg
download_url = https://github.com/HearthSim/keg/tarball/master
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Games/Entertainment
Topic :: Internet :: WWW/HTTP
Topic :: System :: Archiving :: Mirroring
[options]
packages =
keg
keg.core
keg.remote
scripts =
bin/blte
bin/ngdp
install_requires =
bitarray
click
humanize
parsimonious
pycryptodome
requests
tabulate
toml
tqdm