Skip to content

Commit

Permalink
mark module as py.typed - v1.0.0
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Schimmelschulze <schimmelschulze@sipgate.de>
  • Loading branch information
becktob and andreas-sipgate committed May 29, 2024
1 parent fcdb19d commit 00673ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added http_request_recorder/py.typed
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

setup(
name='http_request_recorder',
version='0.4.2',
version='1.0.0',
description='A package to record an respond to http requests, primarily for use in black box testing.',
long_description=readme,
author='',
author_email='',
url='https://github.com/sipgate/http-request-recorder',
license=license,
packages=['http_request_recorder'],
package_data={"http_request_recorder": ["py.typed"]},
install_requires=[
'aiohttp~=3.8.4',
],
Expand Down

0 comments on commit 00673ff

Please sign in to comment.