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 ee4f4e0 + e2315ef commit 1a079e8Copy full SHA for 1a079e8
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+2.0.2
7
+++++++++++++++++++
8
+
9
+* Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
10
11
2.0.1 (2020-07-22)
12
++++++++++++++++++
13
maxminddb/py.typed
setup.py
@@ -107,7 +107,7 @@ def run_setup(with_cext):
107
long_description=README,
108
url="http://www.maxmind.com/",
109
packages=find_packages("."),
110
- package_data={"": ["LICENSE"]},
+ package_data={"": ["LICENSE"], "maxminddb": ["py.typed"]},
111
package_dir={"maxminddb": "maxminddb"},
112
python_requires=">=3.6",
113
include_package_data=True,
0 commit comments