Skip to content

Commit

Permalink
include shared folder in the package data
Browse files Browse the repository at this point in the history
  • Loading branch information
sgandhi1311 committed Nov 10, 2023
1 parent 1d2529c commit ed46d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"subscription_changes.json",
"workflows.json",
],
'tap_hubspot/schemas/shared': [
]
},
include_package_data=True,
)
1 change: 0 additions & 1 deletion tap_hubspot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
UNIX_MILLISECONDS_INTEGER_DATETIME_PARSING,
Transformer, _transform_datetime)


LOGGER = singer.get_logger()
SESSION = requests.Session()

Expand Down

0 comments on commit ed46d59

Please sign in to comment.