mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 15:30:18 +00:00
add convore.packages and convore.packages.anyjson to the setup package list
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user