-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (41 loc) · 1.04 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
[metadata]
name = leukeleu-django-gdpr
description = leukeleu-django-gdpr is a tool to generate GDPR documentation based on the project's models.
long_description = file:README.md
long_description_content_type = text/markdown
author = Wouter de Vries
author_email = [email protected]
url = https://github.com/leukeleu/leukeleu-django-gdpr
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Development Status :: 5 - Production/Stable
Framework :: Django
project_urls =
Source = https://github.com/leukeleu/leukeleu-django-gdpr/
Tracker = https://github.com/leukeleu/leukeleu-django-gdpr/issues
[options]
python_requires = >=3.6
packages = find:
install_requires =
Django
pyyaml
[options.packages.find]
exclude =
tests
tests.*
[options.extras_require]
anonymize =
Faker
test =
# Linting
black~=24.1
check-manifest==0.50
flake8>=6,<8
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