Skip to content

Commit d1cf906

Browse files
committed
add changelog.d/304.trivial.rst
1 parent 2123413 commit d1cf906

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.d/304.trivial.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Support PEP-561 :file:`py.typed`.
2+
3+
According to the mentioned PEP:
4+
5+
"Package maintainers who wish to support type checking
6+
of their code MUST add a marker file named :file:`py.typed`
7+
to their package supporting typing."
8+
9+
Add package_data to :file:`setup.cfg` to include this marker in dist
10+
and whl file.

0 commit comments

Comments
 (0)