[project] name = "akas-test" version = "0.0.0" description = "Project to test AKAS whith Robot Framework" authors = [ { name = "FX Soubirou", email = "soubirou@yahoo.fr" } ] dependencies = [] readme = "README.md" requires-python = ">= 3.10" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [ "robotframework>=7.0", "robotframework-requests>=0.9.7", "robotframework-robocop>=5.0.4", "robotframework-tidy>=4.11.0" ] [tool.rye.scripts] "tidy" = "robotidy tests/" "cop" = "robocop --reports all tests/" "tests" = "robot --outputdir results tests/" [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/python_robot_framework"]