Add the default config to the distributed files

master
Bradlee Speice 2016-08-25 07:44:51 -04:00
parent d3c9e10031
commit a1e71e3ecd
1 changed files with 3 additions and 0 deletions

View File

@ -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',