Skip to content

Commit 420a82c

Browse files
committed
Explicitly add py.typed to MANIFEST.in
1 parent b11e59a commit 420a82c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
History
44
-------
55

6-
4.2.1
6+
4.3.0
77
++++++++++++++++++
88

9+
* Previously, the ``py.typed`` file was not being added to the source
10+
distribution. It is now explicitly specified in the manifest.
911
* The type hints for the database file in the ``Reader`` constructor have
1012
been expanded to match those specified by ``maxmindb.open_database``. In
1113
particular, ``os.PathLike`` and ``IO`` have been added.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include HISTORY.rst README.rst LICENSE requirements.txt tests/*.py tests/data/test-data/*.mmdb
1+
include HISTORY.rst README.rst LICENSE geoip2/py.typed requirements.txt tests/*.py tests/data/test-data/*.mmdb
22
graft docs/html

0 commit comments

Comments
 (0)