From 3fde1d12e7b0679c04863d4b47cc3bc24e60f607 Mon Sep 17 00:00:00 2001 From: Cole Kowalski Date: Fri, 25 Mar 2011 13:05:53 -0400 Subject: [PATCH] add convore.packages and convore.packages.anyjson to the setup package list --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3eb3538..95d32ca 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( author='Kenneth Reitz', author_email='me@kennethreitz.com', url='https://github.com/kennethreitz/python-convore', - packages= ['convore'], + packages= ['convore', 'convore.packages', 'convore.packages.anyjson'], install_requires=required, license='ISC', classifiers=(