Skip to content

Commit

Permalink
Merge pull request #181 from dfunckt/install-py.typed
Browse files Browse the repository at this point in the history
fix: install py.typed file so mypy will use included type defs
  • Loading branch information
federicobond committed Mar 24, 2024
2 parents 1d3bf08 + 64d9ec9 commit d046cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ Changelog
- Add support for Python 3.11 and 3.12
- Drop support for EOL Python 3.7
- Drop support for EOL Django 2.2 and 4.0
- Fix bug: type annotations were not used because ``py.typed`` was not always
installed.

## v3.3.0 - 2022/03/23

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -48,6 +48,7 @@ def get_version(version):
"rules.templatetags",
"rules.contrib",
],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit d046cdc

Please sign in to comment.