# HG changeset patch # User Emmanuel Gil Peyrot # Date 1334394571 -7200 # Node ID 813a869315dcb495d9077e21f73c30546636aebf # Parent 6cd04adddaeae7b8449e8afe1af2b076cde92acd misc: Add the forgotten sat.memory to setup.py. diff -r 6cd04adddaea -r 813a869315dc setup.py --- a/setup.py Wed Apr 04 00:06:44 2012 +0200 +++ b/setup.py Sat Apr 14 11:09:31 2012 +0200 @@ -194,7 +194,7 @@ 'Operating System :: POSIX :: Linux', 'Topic :: Communications :: Chat'], package_dir = {'sat':'src', 'sat_frontends':'frontends/src'}, - packages=['sat','sat.tools','sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', + packages=['sat','sat.tools','sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', 'sat.memory', 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', 'sat_frontends.primitivus', 'sat_frontends.wix'], package_data = {'sat': ['sat.tac','sat.sh'],