11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from setuptools import setup
 | |
| 
 | |
| setup(
 | |
|     name='NFC commitizen Custom Bump Map and changelog',
 | |
|     version='0.1.0',
 | |
|     py_modules=['cz_nfc'],
 | |
|     license='MIT',
 | |
|     long_description='this is a long description',
 | |
|     install_requires=['commitizen', 'gitpython']
 | |
| )
 |