Skip to content

Commit

Permalink
chore: fix pip package build to include config
Browse files Browse the repository at this point in the history
I must have had an unclean state as my previous testing looked to
include this config dir to the package.
  • Loading branch information
carlosmmatos committed Dec 20, 2024
1 parent f4ad820 commit c85bbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include config/*.ini
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
long_description_content_type="text/markdown",
url="https://github.com/crowdstrike/falcon-integration-gateway",
packages=find_packages(),
package_data={'': ['config/*.ini']},
include_package_data=True,
install_requires=[
'boto3',
Expand Down

0 comments on commit c85bbb8

Please sign in to comment.