Add MANIFEST.in (#353)

This commit is contained in:
Haitham Khedr
2024-10-03 19:40:13 +02:00
committed by GitHub
parent 52198ead0e
commit 8bf0920e66
2 changed files with 7 additions and 1 deletions

View File

@@ -165,7 +165,6 @@ setup(
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,