Skip to content

Commit

Permalink
Actually try include_package_data instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 31, 2025
1 parent 0c34d02 commit 641bc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/hogql_parser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
maintainer_email="[email protected]",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
package_data={"hogql_parser": ["__init__.pyi", "py.typed"]},
packages=["hogql_parser"],
package_data={"hogql_parser": ["*.pyi", "py.typed"]},
include_package_data=True,
ext_modules=[module],
python_requires=">=3.10",
classifiers=[
Expand Down

0 comments on commit 641bc53

Please sign in to comment.