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.
2 parents 522c154 + 62630db commit 2ef1917Copy full SHA for 2ef1917
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+2.4.1
7
+++++++++++++++++++
8
+
9
+* Previously, the ``py.typed`` file was not being added to the source
10
+ distribution. It is now explicitly specified in the manifest.
11
12
2.4.0 (2021-08-26)
13
++++++++++++++++++
14
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include HISTORY.rst README.rst LICENSE
+include HISTORY.rst README.rst LICENSE minfraud/py.typed
2
recursive-include tests *
recursive-include docs *
recursive-exclude docs *.pyc
0 commit comments