Skip to content

Commit

Permalink
fix: add py.typed, #5
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Sep 19, 2020
1 parent 3ffa851 commit c174fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added django_admin_display/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

include = ["django_admin_display/py.typed"]

[tool.poetry.dependencies]
python = ">=3.6.1, <4.0"
# django = ">=1.11"
Expand Down

0 comments on commit c174fdd

Please sign in to comment.