Skip to content

Commit

Permalink
Fix missing py.typed file in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Apr 22, 2023
1 parent 6b22962 commit 742a876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ extend-select = B901, B902, B903, B904
extend-ignore = ANN101, ANN102
per-file-ignores =
test/*: ANN
tasks/*: ANN, B028
2 changes: 1 addition & 1 deletion proxyprotocol/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#: The package version string.
__version__ = '0.10.2'
__version__ = '0.10.3'
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ exclude = [
'/.dockerignore',
'/doc',
'/docker',
'/tasks',
'/.github',
]

[tool.hatch.build.targets.wheel]
packages = ['proxyprotocol']

[tool.mypy]
strict = true
files = ['proxyprotocol', 'test']
Expand Down

0 comments on commit 742a876

Please sign in to comment.