[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17300: {updater} add subpackage to setup.py (updater/trunk)



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@xxxxxxxxxxxxx",
       url="http://www.torproject/org";,
       package_dir={ '' : 'lib' },
-      packages=['thandy'],
+      packages=['thandy', 'thandy.packagesys'],
       scripts=SCRIPTS,
       cmdclass={'install': InstallCommand},
 )