Fix typo in package data manifest

pull/38/head
Andrey Kislyuk 2022-10-15 21:59:49 -07:00
parent 358f719912
commit fe661e5be8
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(
packages=find_packages(exclude=["test"]),
include_package_data=True,
package_data={
"http_message_signatures": ["py.typed"],
"requests_http_signature": ["py.typed"],
},
platforms=["MacOS X", "Posix"],
test_suite="test",