]> gitweb.michael.orlitzky.com - untangle-https-backup.git/blobdiff - setup.py
Reorganize the source code into a package.
[untangle-https-backup.git] / setup.py
index fc4a7787a29f36d4d078caec2d803186045f12f7..6a475b55c80941f840a038ebe8792b1b87ef0710 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,8 @@ setup(
     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',
-    long_description=open('doc/README').read(),
-    license      = 'doc/LICENSE',
-    requires     = 'argparse'
+    license      = 'doc/LICENSE'
 )