Skip to content

Commit

Permalink
Add py.typed marker to indicate package as typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Photonios committed Apr 20, 2023
1 parent 462dc22 commit 446f688
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion psqlextra/_version.py
@@ -1 +1 @@
__version__ = "2.0.9rc3+swen.4"
__version__ = "2.0.9rc4"
Empty file added psqlextra/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -40,6 +40,7 @@ def run(self):
name="django-postgres-extra",
version=__version__,
packages=find_packages(exclude=["tests"]),
package_data={"psqlextra": ["py.typed"]},
include_package_data=True,
license="MIT License",
description="Bringing all of PostgreSQL's awesomeness to Django.",
Expand Down

0 comments on commit 446f688

Please sign in to comment.