Skip to content

Commit 4ea0f2a

Browse files
committed
add some more keywords to pyproject
1 parent 57c90b6 commit 4ea0f2a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pyproject.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,24 @@ license = "Apache-2.0"
1414
include = ["robotcode/py.typed", "README.md"]
1515
exclude = ["robotcode/external"]
1616
keywords = [
17+
"Test",
1718
"Testing",
1819
"RobotFramework",
1920
"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",
2029
"Language Server Protocol",
30+
"Debug Adapter Protocol",
2131
"Visual Studio Code",
2232
]
2333
classifiers = [
24-
"Development Status :: 4 - Beta",
34+
"Development Status :: 5 - Production/Stable",
2535
"License :: OSI Approved :: Apache Software License",
2636
"Framework :: Robot Framework",
2737
"Framework :: Robot Framework :: Tool",
@@ -36,7 +46,6 @@ classifiers = [
3646
"Typing :: Typed",
3747
"Topic :: Software Development :: Debuggers",
3848
"Topic :: Text Editors :: Integrated Development Environments (IDE)",
39-
4049
]
4150

4251
[tool.poetry.dependencies]
@@ -107,7 +116,7 @@ junit_suite_name = "robotcode"
107116
log_cli = true
108117
log_cli_level = "DEBUG"
109118
log_cli_format = "%(levelname)s %(name)s: %(message)s"
110-
asyncio_mode="auto"
119+
asyncio_mode = "auto"
111120

112121
[tool.isort]
113122
profile = "black"

0 commit comments

Comments
 (0)