From 0d734cd4095c57be5c6a527adf49504ca1d14863 Mon Sep 17 00:00:00 2001 From: tslil Date: Thu, 5 Mar 2026 13:07:07 +0000 Subject: Remove old python prototype --- python/pyproject.toml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 python/pyproject.toml (limited to 'python/pyproject.toml') diff --git a/python/pyproject.toml b/python/pyproject.toml deleted file mode 100644 index 4b46e0f..0000000 --- a/python/pyproject.toml +++ /dev/null @@ -1,44 +0,0 @@ -[project] -name = "rprt" -version = "0.1.0" -description = "Python implementation of the RPRT text editing language" -requires-python = ">=3.12" -license = {text = "GPL-3.0"} -authors = [{name = "tslil clingman"}] -dependencies = [] - -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[tool.hatch.build.targets.wheel] -packages = ["src"] - -[tool.pytest.ini_options] -testpaths = ["tests"] -pythonpath = ["src"] -addopts = ["--cov=libpam", "--cov-report=term-missing"] - -[dependency-groups] -dev = [ - "pyright>=1.1.406", - "pytest>=8.4.2", - "pytest-cov>=7.0.0", - "ruff>=0.8.0", - "vulture>=2.14", -] - -[tool.ruff] -line-length = 100 - -[tool.ruff.lint] -select = [ - "E", # pycodestyle errors - "W", # pycodestyle warnings - "F", # pyflakes - "I", # isort (import sorting) -] - -[tool.ruff.lint.isort] -force-single-line = false -lines-after-imports = 2 -- cgit v1.2.3