We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958cf5b commit f86f16fCopy full SHA for f86f16f
2 files changed
pytest_httpserver/py.typed
setup.py
@@ -10,6 +10,7 @@
10
version="1.0.1",
11
url="https://www.github.com/csernazs/pytest-httpserver",
12
packages=find_packages(),
13
+ package_data={"pytest_httpserver": ["py.typed"]},
14
author="Zsolt Cserna",
15
author_email="cserna.zsolt@gmail.com",
16
description="pytest-httpserver is a httpserver for pytest",
0 commit comments