We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e05e67 + fe38232 commit c9ec2c9Copy full SHA for c9ec2c9
3 files changed
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
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
12
2.0.2 (2020-07-27)
13
++++++++++++++++++
14
minfraud/py.typed
setup.py
@@ -40,6 +40,7 @@
40
author_email="goschwald@maxmind.com",
41
url="http://www.maxmind.com/",
42
packages=["minfraud"],
43
+ package_data={"minfraud": ["py.typed"]},
44
include_package_data=True,
45
platforms="any",
46
python_requires=">=3.6",
0 commit comments