init
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "waveshare-e6-image-processor"
|
||||
version = "0.1.0"
|
||||
description = "Process images for Waveshare E6 display"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["pillow>=12.1.1"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 150
|
||||
target-version = "py313"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F", "I"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
Reference in New Issue
Block a user