Skip to content

Commit 1a079e8

Browse files
authored
Merge pull request #71 from maxmind/greg/py-typed
Add py.typed
2 parents ee4f4e0 + e2315ef commit 1a079e8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

HISTORY.rst

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

6+
2.0.2
7+
++++++++++++++++++
8+
9+
* Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
10+
611
2.0.1 (2020-07-22)
712
++++++++++++++++++
813

maxminddb/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run_setup(with_cext):
107107
long_description=README,
108108
url="http://www.maxmind.com/",
109109
packages=find_packages("."),
110-
package_data={"": ["LICENSE"]},
110+
package_data={"": ["LICENSE"], "maxminddb": ["py.typed"]},
111111
package_dir={"maxminddb": "maxminddb"},
112112
python_requires=">=3.6",
113113
include_package_data=True,

0 commit comments

Comments
 (0)