Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sebastien/daemonwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien committed Apr 29, 2012
2 parents 8f42386 + b4addfb commit 947c4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os, sys import os, sys
VERSION = eval(filter(lambda _:_.startswith("__version__"), file("Sources/daemonwatch.py").readlines())[0].split("=")[1]) VERSION = eval(filter(lambda _:_.startswith("__version__"), file("Sources/daemonwatch.py").readlines())[0].split("=")[1])
setup( setup(
name = "daemonwatch"", name = "daemonwatch",
version = VERSION, version = VERSION,
description = "Server monitoring and data-collection daemon", description = "Server monitoring and data-collection daemon",
author = "Sébastien Pierre", author = "Sébastien Pierre",
Expand Down

0 comments on commit 947c4c3

Please sign in to comment.