10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from setuptools import setup, find_packages
 | |
| 
 | |
| setup(name='luscenje_struktur_loc',
 | |
|   version='0.0.1',
 | |
|   description=u"Parser for collocability",
 | |
|   author=u"CJVT",
 | |
|   author_email='fake@mail.com',
 | |
|   license='MIT',
 | |
|   packages=find_packages(),
 | |
| ) |