Skip to content

Commit

Permalink
Merge pull request #201 from carlosmmatos/fix-pypi-package-2
Browse files Browse the repository at this point in the history
chore: fix pip package build to include config
  • Loading branch information
carlosmmatos authored Dec 20, 2024
2 parents 96fa0e4 + c85bbb8 commit d672c68
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 d672c68

Please sign in to comment.