add convore.packages and convore.packages.anyjson to the setup package list

This commit is contained in:
Cole Kowalski
2011-03-25 13:05:53 -04:00
parent a95face850
commit 3fde1d12e7
+1 -1
View File
@@ -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=(