1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-04 22:48:11 -05:00

Add the default config to the distributed files

This commit is contained in:
Bradlee Speice 2016-08-25 07:44:51 -04:00
parent d3c9e10031
commit a1e71e3ecd

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