Skip to content
Snippets Groups Projects
Commit cc5e4d55 authored by nimrod's avatar nimrod
Browse files

- Fix warning on normalizing the version in setup.py.

parent d82b0983
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,6 @@ setup( ...@@ -6,6 +6,6 @@ setup(
url='https://www.shore.co.il/git/ansible-pre-commit', url='https://www.shore.co.il/git/ansible-pre-commit',
author='Nimrod Adar', author='Nimrod Adar',
author_email='nimrod@shore.co.il', author_email='nimrod@shore.co.il',
version=open('VERSION', 'r').read(), version=open('VERSION', 'r').read().strip(),
install_requires=['ansible==2.2.1.0'], install_requires=['ansible==2.2.1.0'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment