forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env python
 | |
| 
 | |
| from setuptools import setup
 | |
| 
 | |
| setup(
 | |
|     setup_requires=['pbr'],
 | |
|     pbr=True,
 | |
| )
 | 
