Skip to content

Commit 44cd0bf

Browse files
Update pyproject.toml
1 parent 55e9c3c commit 44cd0bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[build-system] requires =
2-
["setuptools>=45", "wheel"] build-backend
3-
= "setuptools.build_meta"
1+
[build-system]
2+
requires = ["setuptools>=45", "wheel"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fiscguy"
77
version = "0.1.3"
88
description = "ZIMRA Fiscal Device Integration Library - Simple and Pythonic API for ZIMRA fiscal device operations"
99
readme = "README.md"
1010
requires-python = ">=3.11"
11-
license = {text = "MIT"}
11+
license = { text = "MIT" }
1212
authors = [
13-
{name = "Casper Moyo", email = "cassymyo@gmail.com"},
13+
{ name = "Casper Moyo", email = "cassymyo@gmail.com" },
1414
]
1515
keywords = [
1616
"zimra",
@@ -40,7 +40,7 @@ dependencies = [
4040
"cryptography>=38.0",
4141
"qrcode>=7.4",
4242
"Pillow>=9.0",
43-
"python-dotenv>=0.19"
43+
"python-dotenv>=0.19",
4444
"pyOpenSSL>=23"
4545
]
4646

@@ -78,7 +78,7 @@ fiscguy = [
7878

7979
[tool.black]
8080
line-length = 100
81-
target-version = ['py311']
81+
target-version = ["py311"]
8282
include = '\.pyi?$'
8383
exclude = '''
8484
/(

0 commit comments

Comments
 (0)