mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from setuptools import find_packages, setup
 | |
| 
 | |
| setup(
 | |
|     name="custom_transform_example",
 | |
|     version="1.0",
 | |
|     packages=find_packages(),
 | |
| )
 | 
