File tree Expand file tree Collapse file tree 9 files changed +18
-2
lines changed Expand file tree Collapse file tree 9 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [
2729 " robotframework>=4.1.0" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" typing-extensions>=4.4.0" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" robotcode-jsonrpc2" , " robotframework>=4.1.0" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" robotcode-core" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" robotcode-jsonrpc2" , " robotframework>=4.1.0" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" robotframework>=4.1.0" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [" click>=8.0.0" , " pluggy>=1.0.0" ]
2729dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Topic :: Utilities" ,
2424 " Typing :: Typed" ,
25+ " Framework :: Robot Framework" ,
26+ " Framework :: Robot Framework :: Tool" ,
2527]
2628dependencies = [
2729 " robotframework>=4.1.0" ,
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ keywords = [
2929classifiers = [
3030 " Development Status :: 5 - Production/Stable" ,
3131 " License :: OSI Approved :: Apache Software License" ,
32- " Framework :: Robot Framework" ,
33- " Framework :: Robot Framework :: Tool" ,
3432 " Operating System :: OS Independent" ,
3533 " Programming Language :: Python :: 3.8" ,
3634 " Programming Language :: Python :: 3.9" ,
@@ -47,6 +45,8 @@ classifiers = [
4745 " Topic :: Software Development :: Debuggers" ,
4846 " Topic :: Text Editors :: Integrated Development Environments (IDE)" ,
4947 " Intended Audience :: Developers" ,
48+ " Framework :: Robot Framework" ,
49+ " Framework :: Robot Framework :: Tool" ,
5050]
5151requires-python = " >=3.8"
5252dependencies = [" robotcode-plugin" ]
You can’t perform that action at this time.
0 commit comments