-
Notifications
You must be signed in to change notification settings - Fork 152
/
setup.cfg
28 lines (26 loc) · 861 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
[metadata]
name = fireplace
version = 0.1.0
description = Hearthstone engine reimplementation and simulator
author = Jerome Leclanche
author_email = [email protected]
url = https://hearthsim.info/fireplace/
download_url = https://github.com/HearthSim/fireplace/tarball/master
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Games/Entertainment :: Simulation
[options]
packages = find:
include_package_data = True
zip_safe = True
install_requires =
hearthstone @ git+https://github.com/shinoi2/python-hearthstone.git#egg=hearthstone
hearthstone_data
[options.packages.find]
exclude =
tests