-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 972 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
[metadata]
name = django-hearthstone
version = 1.3.0
description = Hearthstone file models for Django
author = Jerome Leclanche
author_email = [email protected]
url = https://github.com/HearthSim/django-hearthstone/
download_url = https://github.com/HearthSim/django-hearthstone/tarball/master
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Topic :: Games/Entertainment
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
install_requires =
Django >= 3.2
django-intenumfield >= 1.3
hearthstone
[options.packages.find]
exclude =
tests