Skip to content

Commit 45aa1c2

Browse files
authored
Merge pull request #51 from icgood/hatch
Fix missing py.typed file in wheel
2 parents 6b22962 + 742a876 commit 45aa1c2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ extend-select = B901, B902, B903, B904
33
extend-ignore = ANN101, ANN102
44
per-file-ignores =
55
test/*: ANN
6-
tasks/*: ANN, B028

proxyprotocol/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#: The package version string.
2-
__version__ = '0.10.2'
2+
__version__ = '0.10.3'

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ exclude = [
6868
'/.dockerignore',
6969
'/doc',
7070
'/docker',
71-
'/tasks',
7271
'/.github',
7372
]
7473

74+
[tool.hatch.build.targets.wheel]
75+
packages = ['proxyprotocol']
76+
7577
[tool.mypy]
7678
strict = true
7779
files = ['proxyprotocol', 'test']

0 commit comments

Comments
 (0)