Skip to content

Commit

Permalink
setup.py formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kamkin authored and Ivan Kamkin committed Dec 21, 2024
1 parent 6c6d01f commit 0fc7b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dist:

.PHONY: format
format:
black --line-length=120 -v $(SRC) tests/ example.py scripts/
black --line-length=120 -v $(SRC) tests/ example.py scripts/ setup.py

.PHONY: format_doc
format_doc:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
"Programming Language :: Python :: 3.13",
],
keywords=[
"Barcode-Scan",
Expand Down

0 comments on commit 0fc7b18

Please sign in to comment.