mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-11-03 02:50:55 +00:00 
			
		
		
		
	Use setuptools to build egg package.
This commit is contained in:
		
							parent
							
								
									52a7c02a50
								
							
						
					
					
						commit
						002a941b43
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
					@ -5,8 +5,8 @@ version = (0, 2, 0, 'dev')
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
from glob import glob
 | 
					from glob import glob
 | 
				
			||||||
from distutils.core import setup, Extension
 | 
					 | 
				
			||||||
from distutils.command.sdist import sdist
 | 
					from distutils.command.sdist import sdist
 | 
				
			||||||
 | 
					from setuptools import setup, Extension
 | 
				
			||||||
 | 
					
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
    from Cython.Distutils import build_ext
 | 
					    from Cython.Distutils import build_ext
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue