File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
66name = " fiscguy"
77version = " 0.1.3"
88description = " ZIMRA Fiscal Device Integration Library - Simple and Pythonic API for ZIMRA fiscal device operations"
99readme = " README.md"
1010requires-python = " >=3.11"
11- license = {text = " MIT" }
11+ license = { text = " MIT" }
1212authors = [
13- {name = " Casper Moyo" , email = " cassymyo@gmail.com" },
13+ { name = " Casper Moyo" , email = " cassymyo@gmail.com" },
1414]
1515keywords = [
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 ]
8080line-length = 100
81- target-version = [' py311' ]
81+ target-version = [" py311" ]
8282include = ' \.pyi?$'
8383exclude = '''
8484/(
You can’t perform that action at this time.
0 commit comments