Skip to content

Commit 9212201

Browse files
authored
Add py.typed file and "Typing :: Typed" classifier (#523)
2 parents cd94b71 + 98f1417 commit 9212201

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.15",
3535
"Programming Language :: Python :: Implementation :: CPython",
3636
"Programming Language :: Python :: Implementation :: PyPy",
37+
"Typing :: Typed",
3738
]
3839
dynamic = [ "version" ]
3940
dependencies = [
@@ -117,7 +118,7 @@ testpaths = [ "tests" ]
117118

118119
[tool.coverage.run]
119120
omit = [
120-
"*/pypistats/__main__.py",
121+
"**/__main__.py",
121122
]
122123

123124
[tool.coverage.report]

src/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)