-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (36 loc) · 917 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
36
37
38
39
[metadata]
name = leukeleu-django-checks
url = https://github.com/leukeleu/leukeleu-django-checks
author = Jaap Roes
author_email = jroes@leukeleu.nl
description = Additional deploy checks and other tools to validate if a Django project is set up correctly.
long_description = file:README.md
long_description_content_type = text/markdown
keywords = django, deploy, checks, tools
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Development Status :: 5 - Production/Stable
Framework :: Django
[options]
python_requires = >= 3.6
install_requires =
Django
packages = find:
[options.packages.find]
exclude =
tests
tests.*
[options.extras_require]
test =
# Linting
black~=24.1
check-manifest==0.50
flake8~=7.0
flake8-assertive~=2.1
flake8-black~=0.3.0
flake8-bugbear~=24.1
flake8-isort~=6.0
pep8-naming~=0.13
# Testing
coverage~=7.2