@@ -8,25 +8,25 @@ license = "MIT"
8
8
readme = " README.md"
9
9
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
10
10
classifiers =[
11
- # How mature is this project? Common values are
12
- # 3 - Alpha
13
- # 4 - Beta
14
- # 5 - Production/Stable
15
- ' Development Status :: 5 - Production/Stable' ,
11
+ # How mature is this project? Common values are
12
+ # 3 - Alpha
13
+ # 4 - Beta
14
+ # 5 - Production/Stable
15
+ ' Development Status :: 5 - Production/Stable' ,
16
16
17
- # Indicate who your project is intended for
18
- ' Intended Audience :: Developers' ,
19
- ' Topic :: Software Development :: Libraries :: Python Modules' ,
17
+ # Indicate who your project is intended for
18
+ ' Intended Audience :: Developers' ,
19
+ ' Topic :: Software Development :: Libraries :: Python Modules' ,
20
20
21
- # Pick your license as you wish (should match "license" above)
22
- ' License :: OSI Approved :: MIT' ,
21
+ # Pick your license as you wish (should match "license" above)
22
+ ' License :: OSI Approved :: MIT' ,
23
23
24
- # Supported Languages
25
- ' Natural Language :: English' ,
26
- ' Operating System :: OS Independent' ,
27
- ' Programming Language :: Python :: 3' ,
28
- ' Programming Language :: Python :: 3.12' ,
29
- ' Framework :: Django' ,
24
+ # Supported Languages
25
+ ' Natural Language :: English' ,
26
+ ' Operating System :: OS Independent' ,
27
+ ' Programming Language :: Python :: 3' ,
28
+ ' Programming Language :: Python :: 3.12' ,
29
+ ' Framework :: Django' ,
30
30
]
31
31
packages = [
32
32
{ include = " rest_framework_filters" },
@@ -63,6 +63,9 @@ packaging = "24.1"
63
63
requires = [" poetry-core" ]
64
64
build-backend = " poetry.core.masonry.api"
65
65
66
+ [tool .isort ]
67
+ profile = " black"
68
+
66
69
[tool .bandit ]
67
70
exclude_dirs = [
68
71
' ./tests/' ,
0 commit comments