Skip to content

Commit

Permalink
Define package dir in setup.py (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh authored Oct 29, 2023
1 parent 708bd39 commit 02369d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 02369d8

Please sign in to comment.