Skip to content

Commit

Permalink
patch package.data for hubspot
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter committed Aug 22, 2023
1 parent dd170e2 commit 099edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-hubspot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author_email="[email protected]",
packages=find_packages(),
install_requires=MAIN_REQUIREMENTS,
package_data={"": ["*.json", "*,yaml", "schemas/*.json"]},
package_data={"": ["*.json", "*.yaml", "schemas/*.json"]},
extras_require={
"tests": TEST_REQUIREMENTS,
},
Expand Down

0 comments on commit 099edaa

Please sign in to comment.