Skip to content

Commit 71cabe4

Browse files
authored
Some smaller updates on pytoml
In preparation for TestPyPI.
1 parent 84f1971 commit 71cabe4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plc4py/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ classifiers = [
4242
"Development Status :: 3 - Alpha",
4343
"License :: OSI Approved :: Apache Software License",
4444
"Programming Language :: Python :: 3.8",
45+
"Programming Language :: Python :: 3.9",
46+
"Programming Language :: Python :: 3.10",
47+
"Programming Language :: Python :: 3.11",
48+
"Programming Language :: Python :: 3.12",
4549
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator",
4650
]
4751
keywords=["modbus", "plc4x"]
@@ -52,6 +56,7 @@ authors=[
5256
[project.urls]
5357
HomePage="https://plc4x.apache.org"
5458
Repository="https://github.com/apache/plc4x"
59+
Documentation = "https://plc4x.apache.org/users/getting-started/plc4py.html"
5560

5661
[project.optional-dependencies]
5762
dev = [

0 commit comments

Comments
 (0)