django-select2/setup.cfg

50 lines
1.1 KiB
INI
Raw Normal View History

2017-11-25 15:35:37 +00:00
[metadata]
name = django-select2
author = Johannes Hoppe
author-email = info@johanneshoppe.com
summary = Select2 option fields for Django.
2017-11-25 15:40:04 +00:00
description-file = README.rst
2017-11-25 15:35:37 +00:00
home-page = https://github.com/applegrew/django-select2
license = Apache-2
classifier =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Framework :: Django
[files]
packages =
django_select2
2017-02-21 13:10:56 +00:00
[tool:pytest]
norecursedirs = env docs
2015-08-06 09:58:27 +00:00
addopts = --tb=short -rxs
DJANGO_SETTINGS_MODULE=tests.testapp.settings
[flake8]
max-line-length = 120
max-complexity = 10
statistics = true
show-source = true
exclude = docs,runtests.py,setup.py,.tox,env
2015-08-06 09:58:27 +00:00
[pep257]
match = (?!setup).*.py
match-dir = (?!tests|env|docs|\.).*
2015-08-06 09:58:27 +00:00
[isort]
atomic = true
multi_line_output = 5
line_length = 79
skip = manage.py,docs,.tox,env
2016-02-04 10:56:09 +00:00
known_first_party = django_select2, tests
known_third_party = django
2015-08-06 09:58:27 +00:00
combine_as_imports = true
[bdist_rpm]
requires = python-django-appconf >= 0.6