Skip to content

Commit 336b72f

Browse files
committed
Export type annotations
As caught in #1103, we didn't export the file, as required by PEP 561.
1 parent aec0b19 commit 336b72f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ ChangeLog
66
3.3.3 (unreleased)
77
------------------
88

9-
- Nothing changed yet.
9+
*New:*
10+
11+
- Publish type annotations
1012

1113

1214
3.3.2 (2025-02-03)

factory/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ doc =
5959
sphinx_rtd_theme
6060
sphinxcontrib-spelling
6161
62+
[options.package_data]
63+
factory =
64+
py.typed
65+
6266
[bdist_wheel]
6367
universal = 1
6468

0 commit comments

Comments
 (0)