mirror of
				https://github.com/Telecominfraproject/oopt-gnpy-api.git
				synced 2025-10-30 17:37:47 +00:00 
			
		
		
		
	 733af3d088
			
		
	
	733af3d088
	
	
	
		
			
			Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com> Change-Id: Idabe9dfdc1827bf88f614b66eef1546728b15c1f
		
			
				
	
	
		
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/python3
 | |
| 
 | |
| import setuptools
 | |
| 
 | |
| setuptools.setup(setup_requires=['pbr'], pbr=True)
 |