File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
[project ]
7
7
name = " robotcode"
8
8
description = " Language server, debugger and tools for Robot Framework"
9
- authors = [{ name = " Daniel Biehl" , email = " dbiehlo @live.de" }]
9
+ authors = [{ name = " Daniel Biehl" , email = " dbiehl @live.de" }]
10
10
readme = " README.md"
11
11
license = { text = " Apache-2.0" }
12
12
keywords = [
@@ -40,9 +40,12 @@ classifiers = [
40
40
" Topic :: Software Development :: Testing" ,
41
41
" Topic :: Software Development :: Testing :: Acceptance" ,
42
42
" Topic :: Software Development :: Testing :: BDD" ,
43
+ " Topic :: Software Development :: Quality Assurance" ,
44
+ " Topic :: Utilities" ,
43
45
" Typing :: Typed" ,
44
46
" Topic :: Software Development :: Debuggers" ,
45
47
" Topic :: Text Editors :: Integrated Development Environments (IDE)" ,
48
+ " Intended Audience :: Developers" ,
46
49
]
47
50
requires-python = " >=3.8"
48
51
dependencies = [" robotframework>=4.1.0" ]
You can’t perform that action at this time.
0 commit comments