mirror of
				https://github.com/astral-sh/uv.git
				synced 2025-10-29 19:17:26 +00:00 
			
		
		
		
	 2ffd453003
			
		
	
	
		2ffd453003
		
			
		
	
	
	
	
		
			
			Add minimal support for workspace discovery, only used for determining paths in the bluejay commands. We can now discover the workspace structure, namely that the `pyproject.toml` of a package belongs to a workspace `pyproject.toml` with members and exclusion. The globbing logic is inspired by cargo. We don't resolve `workspace = true` metadata declarations yet.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			50 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			50 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from albatross import fly
 | |
| 
 | |
| fly()
 | |
| print("Success")
 |