Skip to content

Commit

Permalink
Source Faker: export json files (#23468)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Feb 28, 2023
1 parent 4eab55b commit a595bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-faker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author_email="evan@airbyte.io",
packages=find_packages(),
install_requires=MAIN_REQUIREMENTS,
package_data={"": ["*.json"]},
package_data={"": ["*.json", "schemas/*.json", "record_data/*.json"]},
extras_require={
"tests": TEST_REQUIREMENTS,
},
Expand Down

0 comments on commit a595bb4

Please sign in to comment.