diff --git a/setup.py b/setup.py index fb92d9e..5068a0f 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ long_description=long_description, long_description_content_type="text/markdown", packages=find_packages( - include=["asyncio_connection_pool, asyncio_connection_pool.*"] + include=["asyncio_connection_pool", "asyncio_connection_pool.*"] ), - package_data={"asyncio-connection-pool": ["py.typed"]}, + package_data={"asyncio_connection_pool": ["py.typed"]}, python_requires=">=3.8", install_requires=[], tests_require=["riot"],