[tor-commits] r24570: {arm} Missing new connection components from installations (caught (arm/trunk)
Damian Johnson
atagar1 at gmail.com
Thu Apr 7 01:28:38 UTC 2011
Author: atagar
Date: 2011-04-07 01:28:38 +0000 (Thu, 07 Apr 2011)
New Revision: 24570
Modified:
arm/trunk/setup.py
Log:
Missing new connection components from installations (caught by Anthony Basile)
Modified: arm/trunk/setup.py
===================================================================
--- arm/trunk/setup.py 2011-04-06 13:53:01 UTC (rev 24569)
+++ arm/trunk/setup.py 2011-04-07 01:28:38 UTC (rev 24570)
@@ -79,7 +79,7 @@
author='Damian Johnson',
author_email='atagar at torproject.org',
url='http://www.atagar.com/arm/',
- packages=['arm', 'arm.interface', 'arm.interface.graphing', 'arm.util', 'arm.TorCtl'],
+ packages=['arm', 'arm.interface', 'arm.interface.graphing', 'arm.interface.connections', 'arm.util', 'arm.TorCtl'],
package_dir={'arm': 'src'},
data_files=[("/usr/bin", ["arm"]),
("/usr/share/man/man1", [manFilename]),
More information about the tor-commits
mailing list