From a1e71e3ecdafd023e7fc47a13e51df821bc3aaac Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 25 Aug 2016 07:44:51 -0400 Subject: [PATCH] Add the default config to the distributed files --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 21a5820..1965515 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,9 @@ setup( author='Bradlee Speice', author_email='bradlee.speice@gmail.com', packages=find_packages(), + package_data={ + 'metrik': ['default.conf'] + }, install_requires=[ 'pyquery >= 1.2.13', 'luigi >= 2.2.0',