File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,24 @@ test = [
37
37
" pytest-httpserver>=1.0.10" ,
38
38
]
39
39
40
+ [project .urls ]
41
+ Homepage = " https://www.maxmind.com/"
42
+ Documentation = " https://minfraud.readthedocs.org/"
43
+ "Source Code" = " https://github.com/maxmind/minfraud-api-python"
44
+ "Issue Tracker" = " https://github.com/maxmind/minfraud-api-python/issues"
45
+
46
+ [build-system ]
47
+ requires = [
48
+ " setuptools>=61.0.0" ,
49
+ " setuptools-scm" ,
50
+ ]
51
+ build-backend = " setuptools.build_meta"
52
+
53
+ [tool .black ]
54
+ # src is showing up in our GitHub linting builds. It seems to
55
+ # contain deps.
56
+ extend-exclude = ' ^/src/'
57
+
40
58
[tool .ruff .lint ]
41
59
select = [" ALL" ]
42
60
ignore = [
@@ -66,21 +84,3 @@ ignore = [
66
84
67
85
[tool .setuptools .package-data ]
68
86
minfraud = [" py.typed" ]
69
-
70
- [project .urls ]
71
- Homepage = " https://www.maxmind.com/"
72
- Documentation = " https://minfraud.readthedocs.org/"
73
- "Source Code" = " https://github.com/maxmind/minfraud-api-python"
74
- "Issue Tracker" = " https://github.com/maxmind/minfraud-api-python/issues"
75
-
76
- [build-system ]
77
- requires = [
78
- " setuptools>=61.0.0" ,
79
- " setuptools-scm" ,
80
- ]
81
- build-backend = " setuptools.build_meta"
82
-
83
- [tool .black ]
84
- # src is showing up in our GitHub linting builds. It seems to
85
- # contain deps.
86
- extend-exclude = ' ^/src/'
You can’t perform that action at this time.
0 commit comments