@@ -8,12 +8,14 @@ requires = [
8
8
name = " django-linear-migrations"
9
9
version = " 2.12.0"
10
10
description = " Ensure your migrations are linear."
11
- readme = {file = " README.rst" , content-type = " text/x-rst" }
11
+ readme = { file = " README.rst" , content-type = " text/x-rst" }
12
12
keywords = [
13
13
" Django" ,
14
14
]
15
- license = {text = " MIT" }
16
- authors = [{
name =
" Adam Johnson" ,
email =
" [email protected] " }]
15
+ license = { text = " MIT" }
16
+ authors = [
17
+ {
name =
" Adam Johnson" ,
email =
" [email protected] " },
18
+ ]
17
19
requires-python = " >=3.8"
18
20
classifiers = [
19
21
" Development Status :: 5 - Production/Stable" ,
@@ -36,16 +38,15 @@ classifiers = [
36
38
" Typing :: Typed" ,
37
39
]
38
40
dependencies = [
39
- " Django >=3.2" ,
41
+ " django >=3.2" ,
40
42
]
41
- [project .urls ]
42
- Changelog = " https://github.com/adamchainz/django-linear-migrations/blob/main/CHANGELOG.rst"
43
- Funding = " https://adamj.eu/books/"
44
- Repository = " https://github.com/adamchainz/django-linear-migrations"
43
+ urls.Changelog = " https://github.com/adamchainz/django-linear-migrations/blob/main/CHANGELOG.rst"
44
+ urls.Funding = " https://adamj.eu/books/"
45
+ urls.Repository = " https://github.com/adamchainz/django-linear-migrations"
45
46
46
47
[tool .isort ]
47
48
add_imports = [
48
- " from __future__ import annotations"
49
+ " from __future__ import annotations" ,
49
50
]
50
51
force_single_line = true
51
52
profile = " black"
@@ -62,14 +63,14 @@ django_find_project = false
62
63
branch = true
63
64
parallel = true
64
65
source = [
65
- " django_linear_migrations" ,
66
- " tests" ,
66
+ " django_linear_migrations" ,
67
+ " tests" ,
67
68
]
68
69
69
70
[tool .coverage .paths ]
70
71
source = [
71
- " src" ,
72
- " .tox/**/site-packages" ,
72
+ " src" ,
73
+ " .tox/**/site-packages" ,
73
74
]
74
75
75
76
[tool .coverage .report ]
0 commit comments