Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ setup( url='https://www.shore.co.il/git/ansible-pre-commit', author='Nimrod Adar', author_email='nimrod@shore.co.il', version=open('VERSION', 'r').read(), version=open('VERSION', 'r').read().strip(), install_requires=['ansible==2.2.1.0'], ) Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ setup( url='https://www.shore.co.il/git/ansible-pre-commit', author='Nimrod Adar', author_email='nimrod@shore.co.il', version=open('VERSION', 'r').read(), version=open('VERSION', 'r').read().strip(), install_requires=['ansible==2.2.1.0'], )