Skip to content

Commit c9ec2c9

Browse files
authored
Merge pull request #63 from maxmind/greg/py-typed
Add py.typed. Closes #62
2 parents 5e05e67 + fe38232 commit c9ec2c9

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

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.0.3
7+
++++++++++++++++++
8+
9+
* Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson. GitHub
10+
#62.
11+
612
2.0.2 (2020-07-27)
713
++++++++++++++++++
814

minfraud/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
author_email="goschwald@maxmind.com",
4141
url="http://www.maxmind.com/",
4242
packages=["minfraud"],
43+
package_data={"minfraud": ["py.typed"]},
4344
include_package_data=True,
4445
platforms="any",
4546
python_requires=">=3.6",

0 commit comments

Comments
 (0)