@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-snap7"
7- version = " 1.4"
7+ version = " 1.4.1 "
88description = " Python wrapper for the snap7 library"
9+ readme = " README.rst"
910authors = [
1011 {name = " Gijs Molenaar" , email = " gijsmolenaar@gmail.com" },
1112]
@@ -17,14 +18,14 @@ classifiers = [
1718 " Intended Audience :: Manufacturing" ,
1819 " License :: OSI Approved :: MIT License" ,
1920 " Operating System :: POSIX" ,
20- " Programming Language :: Python :: 3.8" ,
2121 " Programming Language :: Python :: 3.9" ,
2222 " Programming Language :: Python :: 3.10" ,
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525]
26- license = {text = " MIT" }
27- requires-python = " >=3.8"
26+ license = {text = " MIT License" }
27+ requires-python = " >=3.9"
28+ keywords = [" snap7" , " s7" , " siemens" , " plc" ]
2829
2930[project .urls ]
3031Homepage = " https://github.com/gijzelaerr/python-snap7"
@@ -62,7 +63,7 @@ ignore_missing_imports = true
6263[tool .ruff ]
6364output-format = " full"
6465line-length = 130
65- target-version = " py38 "
66+ target-version = " py39 "
6667
6768[lint ]
6869ignore = []
0 commit comments