We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2123413 commit d1cf906Copy full SHA for d1cf906
changelog.d/304.trivial.rst
@@ -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