pyproject

This commit is contained in:
Marc Beninca 2025-01-31 22:58:09 +01:00
parent 3a2d8d9d4f
commit 1bba63ac14
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -18,7 +18,7 @@ dependencies = []
description = "Read Write eXecute" description = "Read Write eXecute"
dynamic = ["version"] dynamic = ["version"]
keywords = [] keywords = []
license-files = { paths = ["license.md"] } license-files = ["license.md"]
name = "rwx" name = "rwx"
readme = "readme.md" readme = "readme.md"
requires-python = ">= 3.11" requires-python = ">= 3.11"
@ -41,5 +41,5 @@ style = "sphinx"
line-length = 80 line-length = 80
[tool.ruff.lint] [tool.ruff.lint]
ignore = ["COM812", "D203", "D213", "ISC001"] ignore = ["D203", "D213"]
select = ["ALL"] select = ["ALL"]