Skip to content

Commit

Permalink
fix wheel and source dist builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed Dec 8, 2020
1 parent 7e3ce3e commit 875058b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 875058b

Please sign in to comment.