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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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