forked from ungleich-public/cdist
		
	correct placement in build script
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								91c1374657
							
						
					
				
			
			
				commit
				
					
						136bb01a67
					
				
			
		
					 2 changed files with 26 additions and 16 deletions
				
			
		
							
								
								
									
										9
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										9
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,9 +1,14 @@
 | 
			
		|||
from distutils.core import setup
 | 
			
		||||
 | 
			
		||||
package_dir = {'': 'lib'}
 | 
			
		||||
 | 
			
		||||
import cdist
 | 
			
		||||
 | 
			
		||||
setup(
 | 
			
		||||
    name = "cdist",
 | 
			
		||||
    packages = ["cdist"],
 | 
			
		||||
    version = "2.1.0",
 | 
			
		||||
    packages = ["cdist", "cdist.core", "cdist.exec", "cdist.util" ],
 | 
			
		||||
    scripts = ["cdist.py"],
 | 
			
		||||
    version = cdist.version.VERSION,
 | 
			
		||||
    description = "Usable configuration management system",
 | 
			
		||||
    author = "Nico Schottelius",
 | 
			
		||||
    author_email = "nico-cdist-pypi@schottelius.org",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue