diff options
author | necoro <> | 2007-03-10 19:21:44 +0000 |
---|---|---|
committer | necoro <> | 2007-03-10 19:21:44 +0000 |
commit | c5d183ef09614d6388be710fd39a5e65002bd83d (patch) | |
tree | 697ae0f999569813314912dafa0580c852bd46d4 | |
parent | c399a6690b7981f1bd6c513666c4b37d71b5a855 (diff) | |
download | portato-c5d183ef09614d6388be710fd39a5e65002bd83d.tar.gz portato-c5d183ef09614d6388be710fd39a5e65002bd83d.tar.bz2 portato-c5d183ef09614d6388be710fd39a5e65002bd83d.zip |
First plugin support
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ from distutils.core import setup, Extension from portato.constants import VERSION, DATA_DIR, FRONTENDS -packages = ["portato", "portato.gui", "portato.backend", "portato.backend.portage"] +packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] data_files = [] cmdclass = {} |