@@ -36,18 +36,17 @@ classifiers = [
36
36
" Intended Audience :: Information Technology" ,
37
37
" Intended Audience :: Manufacturing" ,
38
38
" Intended Audience :: Telecommunications Industry" ,
39
- " License :: OSI Approved :: BSD-2-Clause License" ,
40
- " Natural Language :: English" ,
41
- " Operating System :: MacOS" ,
39
+ " License :: OSI Approved :: BSD License" ,
42
40
" Operating System :: Microsoft :: Windows" ,
43
41
" Operating System :: POSIX :: Linux" ,
42
+ " Operating System :: MacOS" ,
44
43
" Programming Language :: Python" ,
45
44
" Programming Language :: Python :: 3.8" ,
46
45
" Programming Language :: Python :: 3.9" ,
47
46
" Programming Language :: Python :: 3.10" ,
48
47
" Programming Language :: Python :: 3.11" ,
49
48
" Programming Language :: Python :: 3.12" ,
50
- " Topic :: Software Development :: Embedded Systems " ,
49
+ " Programming Language :: Python :: 3.13 " ,
51
50
" Topic :: Software Development :: Embedded Systems :: Controller Area Network (CAN)" ,
52
51
" Topic :: System :: Networking" ,
53
52
" Topic :: Utilities" ,
@@ -88,4 +87,4 @@ readme = { file = "README.md" }
88
87
where = [" src" ]
89
88
90
89
[tool .setuptools .package-data ]
91
- canmatrix = [" j1939.dbc" ]
90
+ canmatrix = [" j1939.dbc" , py.typed ]
0 commit comments