1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Update pyproject.toml

This commit is contained in:
Patrick Kanzler
2023-08-14 03:33:53 +02:00
committed by GitHub
parent 9329372ee9
commit b6c58107ea

View File

@@ -10,4 +10,6 @@ addopts = "--doctest-modules"
testpaths = [
"test",
"src",
"src/escpos",
"escpos",
]