 7fb098aa0b
			
		
	
	7fb098aa0b
	
	
	
		
			
			They're not easily discoverable there, let's keep them in tree. The examples have been restructured to have two different projects ready to be copied and adjusted. PEP8 failures have been fixed. Change-Id: I2af04f4b7f9a2109fe83ec517e716159331a48bb Co-Authored-By: Jay Faulkner <jay@jvf.cc>
		
			
				
	
	
		
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/env python
 | |
| import setuptools
 | |
| 
 | |
| setuptools.setup(
 | |
|     setup_requires=['pbr'],
 | |
|     pbr=True)
 |