X-Git-Url: http://gitweb.michael.orlitzky.com/?p=untangle-https-backup.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=6a475b55c80941f840a038ebe8792b1b87ef0710;hp=fc4a7787a29f36d4d078caec2d803186045f12f7;hb=1b7c4afc84bf55acef350fdc5479e7213c78eaa4;hpb=0ed3a4940f09f3586072a32887579cdf5692bae1 diff --git a/setup.py b/setup.py index fc4a778..6a475b5 100644 --- 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' )