diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-16 23:58:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-16 23:58:47 +0000 |
commit | 3b66334024cc251ff3734df6a2708c5e89d4af06 (patch) | |
tree | 416d4da8393b9bd6b1c8cda5dd9062bdcdef4eb8 | |
parent | 5825bc0d551ecf72364f8d21afbc1b20e2e00eb1 (diff) |
add subpackage to setup.py
git-svn-id: file:///home/or/svnrepo/updater/trunk@17300 55e972cd-5a19-0410-ae62-a4d7a52db4cd
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ setup(name='Thandy', author_email="nickm@freehaven.net", url="http://www.torproject/org", package_dir={ '' : 'lib' }, - packages=['thandy'], + packages=['thandy', 'thandy.packagesys'], scripts=SCRIPTS, cmdclass={'install': InstallCommand}, ) |