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 036570e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Empty file added django_admin_display/py.typed
Empty file.
7 changes: 5 additions & 2 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 All @@ -43,8 +46,8 @@ tox-gh-actions = "^1.3.0"
black = "^20.8b1"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0b1"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 90
Expand Down

0 comments on commit 036570e

Please sign in to comment.