|  |  | @ -34,10 +34,11 @@ setup( | 
			
		
	
		
		
			
				
					
					|  |  |  |     version='0.0.1', |  |  |  |     version='0.0.1', | 
			
		
	
		
		
			
				
					
					|  |  |  |     author='Sylvain Corlay', |  |  |  |     author='Sylvain Corlay', | 
			
		
	
		
		
			
				
					
					|  |  |  |     author_email='sylvain.corlay@gmail.com', |  |  |  |     author_email='sylvain.corlay@gmail.com', | 
			
		
	
		
		
			
				
					
					|  |  |  |     url='https://github.com/SylvainCorlay/pbtest', |  |  |  |     url='https://github.com/pybind/pbtest', | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     description='A test project using pybind11', |  |  |  |     description='A test project using pybind11', | 
			
		
	
		
		
			
				
					
					|  |  |  |     long_description='', |  |  |  |     long_description='', | 
			
		
	
		
		
			
				
					
					|  |  |  |     ext_modules=ext_modules, |  |  |  |     ext_modules=ext_modules, | 
			
		
	
		
		
			
				
					
					|  |  |  |     install_requires=['pybind11'], |  |  |  |     install_requires=['pybind11'], | 
			
		
	
		
		
			
				
					
					|  |  |  |     cmdclass={'build_ext': BuildExt}, |  |  |  |     cmdclass={'build_ext': BuildExt}, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     zip_safe=False, | 
			
		
	
		
		
			
				
					
					|  |  |  | ) |  |  |  | ) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |