-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
61 lines (55 loc) · 1.46 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
55
56
57
58
59
60
61
[metadata]
name = django-navtag
version = 3.1.dev0
description = A simple Django navigation template tag
long_description = file: README.rst
author = Chris Beaven
author_email = [email protected]
url = https://github.com/SmileyChris/django-navtag
keywords = django, templates
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Framework :: Django
Framework :: Django :: 1.11
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
[options]
zip_safe = False
include_package_data = True
packages = find:
[options.extras_require]
maintainer =
zest.releaser[recommended]
dev =
tox
django
pytest
pytest-django
test =
pytest
pytest-django
pytest-cov
[bdist_wheel]
# No longer universal (Python 3 only) but leaving this section in here will
# trigger zest to build a wheel.
universal = 0
[coverage:run]
source = django_navtag
[zest.releaser]
tag-signing = yes
[tool:pytest]
DJANGO_SETTINGS_MODULE = django_navtag.tests.settings
filterwarnings = module