Skip to content

Commit 446f688

Browse files
committed
Add py.typed marker to indicate package as typed
1 parent 462dc22 commit 446f688

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

psqlextra/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.9rc3+swen.4"
1+
__version__ = "2.0.9rc4"

psqlextra/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def run(self):
4040
name="django-postgres-extra",
4141
version=__version__,
4242
packages=find_packages(exclude=["tests"]),
43+
package_data={"psqlextra": ["py.typed"]},
4344
include_package_data=True,
4445
license="MIT License",
4546
description="Bringing all of PostgreSQL's awesomeness to Django.",

0 commit comments

Comments
 (0)