feat(gitlab_release): python module to check if a commit message has gitlab references in the footer
#4
This commit is contained in:
		
							
								
								
									
										14
									
								
								gitlab_release/python-module/commit_footer/setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								gitlab_release/python-module/commit_footer/setup.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| from setuptools import setup | ||||
|  | ||||
| setup( | ||||
|     name='NFC commit footer validation', | ||||
|     version='0.1.0', | ||||
|     py_modules=['main'], | ||||
|     license='MIT', | ||||
|     long_description='this is a long description', | ||||
|     install_requires=['gitpython'], | ||||
|     entry_points = { | ||||
|         'console_scripts': ['commit_footer=cli:main'], | ||||
|     }, | ||||
| ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user