Fix flake8 warnings, release 1.2 (#364)

This commit is contained in:
Oleksii Kliukin
2016-12-13 11:07:37 +01:00
committed by GitHub
parent 1e984c3f00
commit cffc7d8dc5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ def read_version(package):
exec(fd.read(), data)
return data['__version__']
NAME = 'patroni'
MAIN_PACKAGE = NAME
SCRIPTS = 'scripts'