forked from HearthSim/python-hearthstone-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (22 loc) · 712 Bytes
/
setup.cfg
File metadata and controls
24 lines (22 loc) · 712 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
[metadata]
name = hearthstone_data
description = CardDefs.xml and Strings for Hearthstone
author = Jerome Leclanche
author_email = jerome@leclan.ch
url = https://github.com/HearthSim/python-hearthstone-data/
download_url = https://github.com/HearthSim/python-hearthstone-data/tarball/master
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Games/Entertainment
[options]
packages = hearthstone_data
include_package_data = True
zip_safe = True
[bdist_wheel]
universal = 1