[or-cvs] r17300: {updater} add subpackage to setup.py (updater/trunk)
nickm at seul.org
nickm at seul.org
Sun Nov 16 23:58:48 UTC 2008
Author: nickm
Date: 2008-11-16 18:58:47 -0500 (Sun, 16 Nov 2008)
New Revision: 17300
Modified:
updater/trunk/setup.py
Log:
add subpackage to setup.py
Modified: updater/trunk/setup.py
===================================================================
--- updater/trunk/setup.py 2008-11-16 23:47:50 UTC (rev 17299)
+++ updater/trunk/setup.py 2008-11-16 23:58:47 UTC (rev 17300)
@@ -124,7 +124,7 @@
author_email="nickm at freehaven.net",
url="http://www.torproject/org",
package_dir={ '' : 'lib' },
- packages=['thandy'],
+ packages=['thandy', 'thandy.packagesys'],
scripts=SCRIPTS,
cmdclass={'install': InstallCommand},
)
More information about the tor-commits
mailing list