mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[build] Add minimal pyproject.toml
				
					
				
			This commit is contained in:
		
							
								
								
									
										3
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | [build-system] | ||||||
|  | requires = ['setuptools'] | ||||||
|  | build-backend = 'setuptools.build_meta' | ||||||
							
								
								
									
										8
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								setup.py
									
									
									
									
									
								
							| @@ -1,8 +1,12 @@ | |||||||
| #!/usr/bin/env python3 | #!/usr/bin/env python3 | ||||||
| 
 | 
 | ||||||
| import os.path | # Allow execution from anywhere | ||||||
| import subprocess | import os | ||||||
| import sys | import sys | ||||||
|  | 
 | ||||||
|  | sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) | ||||||
|  | 
 | ||||||
|  | import subprocess | ||||||
| import warnings | import warnings | ||||||
| 
 | 
 | ||||||
| try: | try: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan