mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env python
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								from distutils.core import setup
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								setup(name = "compiler",
							 | 
						||
| 
								 | 
							
								      version = "1.0",
							 | 
						||
| 
								 | 
							
								      author = "Jeremy Hylton",
							 | 
						||
| 
								 | 
							
								      author_email = "jeremy@beopen.com",
							 | 
						||
| 
								 | 
							
								      packages = ["compiler"])
							 |