Skip to content

Commit a5ca384

Browse files
committed
Added py.typed marker file and "Typing :: Typed" classifier
1 parent 3186a42 commit a5ca384

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

discid/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3 :: Only",
2323
"Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Ripping",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
25+
"Typing :: Typed",
2526
]
2627

2728
[project.urls]
@@ -43,6 +44,9 @@ dev = [
4344
"ruff>=0.14.13",
4445
]
4546

47+
[tool.setuptools.package-data]
48+
discid = ["py.typed"]
49+
4650
[tool.ruff]
4751
src=["discid"]
4852

0 commit comments

Comments
 (0)