-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 755 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (27 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = [
"setuptools>=83.0.0",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
name = "robotframework-nl"
version = "4.0.0"
description = "RobotNL is a proving ground to boost Robot Framework closer to Natural Language."
readme = "README.md"
authors = [{ name = "Johan Foederer", email = "github@famfoe.nl" }]
license = "BSD-3-Clause"
license-files = ["LICENSE"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
keywords = ["robotframework", "robot", "testing", "dsl"]
dependencies = [
"robotframework >= 7.0",
]
requires-python = ">=3.14"
[tool.setuptools]
packages = ["robotnl"]
[project.urls]
Homepage = "https://github.com/JFoederer/robotframeworkNL"