@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " python-snap7"
7
- version = " 1.4"
7
+ version = " 1.4.1 "
8
8
description = " Python wrapper for the snap7 library"
9
+ readme = " README.rst"
9
10
authors = [
10
11
{
name =
" Gijs Molenaar" ,
email =
" [email protected] " },
11
12
]
@@ -17,14 +18,14 @@ classifiers = [
17
18
" Intended Audience :: Manufacturing" ,
18
19
" License :: OSI Approved :: MIT License" ,
19
20
" Operating System :: POSIX" ,
20
- " Programming Language :: Python :: 3.8" ,
21
21
" Programming Language :: Python :: 3.9" ,
22
22
" Programming Language :: Python :: 3.10" ,
23
23
" Programming Language :: Python :: 3.11" ,
24
24
" Programming Language :: Python :: 3.12" ,
25
25
]
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" ]
28
29
29
30
[project .urls ]
30
31
Homepage = " https://github.com/gijzelaerr/python-snap7"
@@ -62,7 +63,7 @@ ignore_missing_imports = true
62
63
[tool .ruff ]
63
64
output-format = " full"
64
65
line-length = 130
65
- target-version = " py38 "
66
+ target-version = " py39 "
66
67
67
68
[lint ]
68
69
ignore = []
0 commit comments