forked from SmileyChris/django-countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
88 lines (79 loc) · 1.9 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[metadata]
name = django-countries
version = 5.6.dev0
description = Provides a country field for Django models.
long_description = file: README.rst, CHANGES.rst
author = Chris Beaven
author_email = [email protected]
url = https://github.com/SmileyChris/django-countries/
keywords = django, countries, flags
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 :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: Django
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
six
[options.extras_require]
maintainer =
transifex-client
zest.releaser[recommended]
django
dev =
tox
django
mock; python_version<"3"
pytest
pytest-django
djangorestframework
test =
mock; python_version<"3"
pytest
pytest-django
pytest-cov
[bdist_wheel]
# Works in both Python 2 and Python 3
universal = 1
[flake8]
exclude =
.tox,
.git,
__pycache__,
build,
dist
# black-compatible settings
max-line-length = 88
ignore = E203,W503
[coverage:run]
source = django_countries
omit =
django_countries/release.py
django_countries/makesprite.py
[zest.releaser]
less-zeros = yes
version-levels = 2
tag-format = v{version}
tag-message = Version {version}
tag-signing = yes
date-format = %%-d %%B %%Y
prereleaser.middle =
django_countries.release.translations
[check-manifest]
ignore-bad-ideas = *.mo
[tool:pytest]
DJANGO_SETTINGS_MODULE = django_countries.tests.settings
filterwarnings =
module
ignore:force_text|smart_text|django.utils.translation.ugettext_lazy:PendingDeprecationWarning