Skip to content

Commit 2ef1917

Browse files
authored
Merge pull request #88 from maxmind/greg/fix-manifest
Include py.typed file in MANIFEST.in
2 parents 522c154 + 62630db commit 2ef1917

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

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+
612
2.4.0 (2021-08-26)
713
++++++++++++++++++
814

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include HISTORY.rst README.rst LICENSE
1+
include HISTORY.rst README.rst LICENSE minfraud/py.typed
22
recursive-include tests *
33
recursive-include docs *
44
recursive-exclude docs *.pyc

0 commit comments

Comments
 (0)