Skip to content

Commit c620c77

Browse files
committed
Update
1 parent 82ce80f commit c620c77

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Save artifacts
135135
uses: actions/upload-artifact@v4
136136
with:
137-
name: python-can-dist
137+
name: canmatrix-dist
138138
path: ./dist
139139

140140
upload_pypi:

pyproject.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@ classifiers = [
3636
"Intended Audience :: Information Technology",
3737
"Intended Audience :: Manufacturing",
3838
"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",
4240
"Operating System :: Microsoft :: Windows",
4341
"Operating System :: POSIX :: Linux",
42+
"Operating System :: MacOS",
4443
"Programming Language :: Python",
4544
"Programming Language :: Python :: 3.8",
4645
"Programming Language :: Python :: 3.9",
4746
"Programming Language :: Python :: 3.10",
4847
"Programming Language :: Python :: 3.11",
4948
"Programming Language :: Python :: 3.12",
50-
"Topic :: Software Development :: Embedded Systems",
49+
"Programming Language :: Python :: 3.13",
5150
"Topic :: Software Development :: Embedded Systems :: Controller Area Network (CAN)",
5251
"Topic :: System :: Networking",
5352
"Topic :: Utilities",
@@ -88,4 +87,4 @@ readme = { file = "README.md" }
8887
where = ["src"]
8988

9089
[tool.setuptools.package-data]
91-
canmatrix = ["j1939.dbc"]
90+
canmatrix = ["j1939.dbc", py.typed]

src/canmatrix/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)