Skip to content

Commit f86f16f

Browse files
committed
setup.py add py.typed file
This file is required to enable type checkers to use the type hints defined in this library. Fixes #65.
1 parent 958cf5b commit f86f16f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pytest_httpserver/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
version="1.0.1",
1111
url="https://www.github.com/csernazs/pytest-httpserver",
1212
packages=find_packages(),
13+
package_data={"pytest_httpserver": ["py.typed"]},
1314
author="Zsolt Cserna",
1415
author_email="cserna.zsolt@gmail.com",
1516
description="pytest-httpserver is a httpserver for pytest",

0 commit comments

Comments
 (0)