Skip to content

Commit c3e17b2

Browse files
committed
test: real pyproject file for test project
1 parent 57633b5 commit c3e17b2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test project for Language Server - Data Part
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
[tool.robocop]
1+
[project]
2+
name = "data"
3+
version = "0.1.0"
4+
description = "Test Project for Robotcode Language Server - Data Part"
5+
readme = "README.md"
6+
authors = [
7+
{ name = "Daniel Biehl", email = "[email protected]" }
8+
]
9+
requires-python = ">=3.10"
10+
dependencies = [
11+
"robotframework>=5.0.0",
12+
]
13+
14+
[build-system]
15+
requires = ["uv_build>=0.9.16,<0.10.0"]
16+
build-backend = "uv_build"
17+
18+
[dependency-groups]
19+
dev = [
20+
"debugpy>=1.8.18",
21+
"robotframework-robocop>=6.0.0",
22+
]

0 commit comments

Comments
 (0)