Skip to content

Commit 3525920

Browse files
authored
Merge pull request #93 from maxmind/greg/py-typed
Add py.typed
2 parents 43514dd + eb5a7dc commit 3525920

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+
4.0.2
7+
++++++++++++++++++
8+
9+
* Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
10+
611
4.0.1 (2020-07-21)
712
++++++++++++++++++
813

geoip2/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author_email="goschwald@maxmind.com",
2222
url="http://www.maxmind.com/",
2323
packages=["geoip2"],
24-
package_data={"": ["LICENSE"]},
24+
package_data={"": ["LICENSE"], "geoip2": ["py.typed"]},
2525
package_dir={"geoip2": "geoip2"},
2626
include_package_data=True,
2727
python_requires=">=3.6",

0 commit comments

Comments
 (0)