prune everything about aspects that is python2 and too tedious to port
[plcapi.git] / setup.py
index 4ead837..5740de7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@
 from distutils.core import setup
 from glob import glob
 
-setup(packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
+setup(packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors'],
       scripts = ['plcsh', 'Server.py'],
       data_files = [
         ('', ['planetlab5.sql']),