[tor-commits] [arm/release] Missing new connection components from installations (caught by Anthony Basile)

atagar at torproject.org atagar at torproject.org
Sun Jul 17 06:08:15 UTC 2011


commit 1b9a34e863d5cb9e5ccdc103d193c897441fa5a9
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Apr 7 01:28:38 2011 +0000

    Missing new connection components from installations (caught by Anthony Basile)
    
    
    
    svn:r24570
---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 03caaa3..2176a1c 100644
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ setup(name='arm',
       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