Skip to content

Commit

Permalink
Add MANIFEST.in (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
haithamkhedr authored Oct 3, 2024
1 parent 52198ea commit 8bf0920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.

# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.

recursive-include sam2 *.yaml #include all config files
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def get_ext_filename(self, ext_name):
author_email=AUTHOR_EMAIL,
license=LICENSE,
packages=find_packages(exclude="notebooks"),
package_data={"": ["*.yaml"]}, # SAM 2 configuration files
include_package_data=True,
install_requires=REQUIRED_PACKAGES,
extras_require=EXTRA_PACKAGES,
Expand Down

0 comments on commit 8bf0920

Please sign in to comment.