Skip to content

Commit 47bdf62

Browse files
committed
build: update pypi classifiers
1 parent baa24d5 commit 47bdf62

File tree

9 files changed

+18
-2
lines changed

9 files changed

+18
-2
lines changed

packages/analyze/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = [
2729
"robotframework>=4.1.0",

packages/core/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["typing-extensions>=4.4.0"]
2729
dynamic = ["version"]

packages/debugger/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["robotcode-jsonrpc2", "robotframework>=4.1.0"]
2729
dynamic = ["version"]

packages/jsonrpc2/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["robotcode-core"]
2729
dynamic = ["version"]

packages/language_server/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["robotcode-jsonrpc2", "robotframework>=4.1.0"]
2729
dynamic = ["version"]

packages/modifiers/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["robotframework>=4.1.0"]
2729
dynamic = ["version"]

packages/plugin/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = ["click>=8.0.0", "pluggy>=1.0.0"]
2729
dynamic = ["version"]

packages/robot/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
2628
dependencies = [
2729
"robotframework>=4.1.0",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ keywords = [
2929
classifiers = [
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
]
5151
requires-python = ">=3.8"
5252
dependencies = ["robotcode-plugin"]

0 commit comments

Comments
 (0)