from distutils.core import setup setup( name = 'untangle-https-backup', version = '0.0.3', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/untangle-https-backup.php', scripts = ['bin/untangle-https-backup'], packages = ['untangle'], package_dir = {'untangle': 'src/untangle'}, description = 'Back up Untangle configurations via the web admin UI', license = 'doc/LICENSE' )