From b4e3a1a0fab9f5a80ab664bb425fa18cec316ed1 Mon Sep 17 00:00:00 2001 From: Ritesh Kadmawala Date: Mon, 18 May 2015 20:13:15 +0530 Subject: [PATCH] Fixed setup.py to include all the files and packages. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[