@@ -14,14 +14,24 @@ license = "Apache-2.0"
14
14
include = [" robotcode/py.typed" , " README.md" ]
15
15
exclude = [" robotcode/external" ]
16
16
keywords = [
17
+ " Test" ,
17
18
" Testing" ,
18
19
" RobotFramework" ,
19
20
" Keyword Driven" ,
21
+ " Data Driven" ,
22
+ " Acceptance Testing" ,
23
+ " Acceptance Test Driven Development" ,
24
+ " BDD" ,
25
+ " Behavior Driven Testing" ,
26
+ " BDT" ,
27
+ " Robotic Process Automation" ,
28
+ " RPA" ,
20
29
" Language Server Protocol" ,
30
+ " Debug Adapter Protocol" ,
21
31
" Visual Studio Code" ,
22
32
]
23
33
classifiers = [
24
- " Development Status :: 4 - Beta " ,
34
+ " Development Status :: 5 - Production/Stable " ,
25
35
" License :: OSI Approved :: Apache Software License" ,
26
36
" Framework :: Robot Framework" ,
27
37
" Framework :: Robot Framework :: Tool" ,
@@ -36,7 +46,6 @@ classifiers = [
36
46
" Typing :: Typed" ,
37
47
" Topic :: Software Development :: Debuggers" ,
38
48
" Topic :: Text Editors :: Integrated Development Environments (IDE)" ,
39
-
40
49
]
41
50
42
51
[tool .poetry .dependencies ]
@@ -107,7 +116,7 @@ junit_suite_name = "robotcode"
107
116
log_cli = true
108
117
log_cli_level = " DEBUG"
109
118
log_cli_format = " %(levelname)s %(name)s: %(message)s"
110
- asyncio_mode = " auto"
119
+ asyncio_mode = " auto"
111
120
112
121
[tool .isort ]
113
122
profile = " black"
0 commit comments