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.
1 parent b11e59a commit 420a82cCopy full SHA for 420a82c
HISTORY.rst
@@ -3,9 +3,11 @@
3
History
4
-------
5
6
-4.2.1
+4.3.0
7
++++++++++++++++++
8
9
+* Previously, the ``py.typed`` file was not being added to the source
10
+ distribution. It is now explicitly specified in the manifest.
11
* The type hints for the database file in the ``Reader`` constructor have
12
been expanded to match those specified by ``maxmindb.open_database``. In
13
particular, ``os.PathLike`` and ``IO`` have been added.
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include HISTORY.rst README.rst LICENSE requirements.txt tests/*.py tests/data/test-data/*.mmdb
+include HISTORY.rst README.rst LICENSE geoip2/py.typed requirements.txt tests/*.py tests/data/test-data/*.mmdb
2
graft docs/html
0 commit comments