Skip to content

Commit fe38232

Browse files
committed
Add py.typed. Closes #62
1 parent 5e05e67 commit fe38232

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)