diff --git a/setup.py b/setup.py index 16c807f..5eb4f05 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ author='Vlad Temian', author_email='vladtemian@gmail.com', url='https://github.com/bufferapp/buffer-python', - packages=['buffpy'], + packages=['buffpy', 'buffpy.managers', 'buffpy.models'], include_package_data=True, install_requires=requires_list, classifiers=[