diff --git a/setup.py b/setup.py index e7423e6..93f99bc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ description="Asynchronous library to retrieve data from PEGELONLINE.", long_description=README_FILE.read_text(encoding="utf-8"), long_description_content_type="text/markdown", - packages=find_packages(), + packages=["aiopegelonline"], python_requires=">=3.9", package_data={"aiopegelonline": ["py.typed"]}, zip_safe=True,