summaryrefslogtreecommitdiff
blob: 27152a456e0583f52d874a982de198fc802052a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/setup.cfg	2022-11-06 09:51:58.139499881 +0100
+++ b/setup.cfg	2022-11-06 09:52:15.064237829 +0100
@@ -1,13 +1,6 @@
-[tool:pytest]
-flake8-max-line-length = 121
-flake8-ignore =
-    docs/* ALL
-select = C,E,F,W,B,B950
-ignore = E203, E501, W503
-
 [metadata]
-description-file = README.md
-license_file = LICENSE.txt
+description_file = README.md
+license_files = LICENSE.txt
 
 [bdist_wheel]
 universal = 1