forked from twidi/django-extended-choices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
54 lines (51 loc) · 1.49 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
52
53
54
[metadata]
name = django-extended-choices
version = 1.3.3
author = Stephane "Twidi" Angel
author_email = [email protected]
url = https://github.com/twidi/django-extended-choices
description = Little helper application to improve django choices (for fields)
long_description = file: README.rst
license = BSD
license_file = LICENSE
keywords = redis, orm, jobs, queue
platform = any
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 1.8
Framework :: Django :: 1.9
Framework :: Django :: 1.10
Framework :: Django :: 1.11
Framework :: Django :: 2.0
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Operating System :: OS Independent
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = True
packages = extended_choices
install_requires =
six
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
[options.extras_require]
dev =
django
doc =
django
sphinx
sphinxcontrib-napoleon
sphinx_rtd_theme
[bdist_wheel]
universal = 1