mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 d179be8b8b
			
		
	
	
		d179be8b8b
		
	
	
	
	
		
			
			before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """distutils
 | |
| 
 | |
| The main package for the Python Module Distribtion Utilities.  Normally
 | |
| used from a setup script as
 | |
| 
 | |
|    from distutils.core import setup
 | |
| 
 | |
|    setup (...)
 | |
| """
 | |
| 
 | |
| __revision__ = "$Id$"
 | |
| 
 | |
| __version__ = "1.0.2pre"
 |