from distutils.core import setup setup( name = 'untangle-https-backup', version = '0.0.1', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.php', scripts = ['bin/untangle-https-backup'], description = 'Back up Untangle configurations via the web admin UI', long_description=open('doc/README').read(), license = 'doc/LICENSE', requires = 'argparse' )