We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6d01f commit ab8c32eCopy full SHA for ab8c32e
Makefile
@@ -22,7 +22,7 @@ dist:
22
23
.PHONY: format
24
format:
25
- black --line-length=120 -v $(SRC) tests/ example.py scripts/
+ black --line-length=120 -v $(SRC) tests/ scripts/ *.py
26
27
.PHONY: format_doc
28
format_doc:
setup.py
@@ -42,7 +42,7 @@
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
44
"Programming Language :: Python :: 3.12",
45
- "Programming Language :: Python :: 3.13"
+ "Programming Language :: Python :: 3.13",
46
],
47
keywords=[
48
"Barcode-Scan",
0 commit comments