mirror of
				https://github.com/facebookresearch/sam2.git
				synced 2025-11-04 19:42:12 +08:00 
			
		
		
		
	Add MANIFEST.in (#353)
This commit is contained in:
		
							parent
							
								
									52198ead0e
								
							
						
					
					
						commit
						8bf0920e66
					
				
							
								
								
									
										7
									
								
								MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							@ -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
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							@ -165,7 +165,6 @@ setup(
 | 
				
			|||||||
    author_email=AUTHOR_EMAIL,
 | 
					    author_email=AUTHOR_EMAIL,
 | 
				
			||||||
    license=LICENSE,
 | 
					    license=LICENSE,
 | 
				
			||||||
    packages=find_packages(exclude="notebooks"),
 | 
					    packages=find_packages(exclude="notebooks"),
 | 
				
			||||||
    package_data={"": ["*.yaml"]},  # SAM 2 configuration files
 | 
					 | 
				
			||||||
    include_package_data=True,
 | 
					    include_package_data=True,
 | 
				
			||||||
    install_requires=REQUIRED_PACKAGES,
 | 
					    install_requires=REQUIRED_PACKAGES,
 | 
				
			||||||
    extras_require=EXTRA_PACKAGES,
 | 
					    extras_require=EXTRA_PACKAGES,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user