certbot/trustify.py
Faidon Liambotis 7e960672b3 Add setuptools-based setup.py & MANIFEST.in
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00

6 lines
112 B
Python

#!/usr/bin/env python
from trustify.client import client
if __name__ == "__main__":
client.authenticate()