We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44171f2 commit 12ae5c7Copy full SHA for 12ae5c7
setup.py
@@ -22,6 +22,13 @@
22
23
.sym peak pcan can description
24
25
+ .xml (fibex)
26
+
27
+ .ldf (lin bus)
28
29
+ .odx (diagnostic file)
30
31
32
**supported file formats for export:**
33
34
.dbc
@@ -42,6 +49,10 @@
42
49
43
50
.xml (fibex)
44
51
52
+ .lua (wireshark script)
53
54
+ .scapy
55
45
56
"""
46
57
47
58
classifiers = """\
@@ -58,6 +69,7 @@
69
Programming Language :: Python :: 3.8
59
70
Programming Language :: Python :: 3.9
60
71
Programming Language :: Python :: 3.10
72
+Programming Language :: Python :: 3.11
61
73
62
74
63
75
from setuptools import find_packages, setup
0 commit comments