mirror of
https://github.com/bspeice/metrik
synced 2024-11-23 07:38:09 -05:00
Add the default config to the distributed files
This commit is contained in:
parent
d3c9e10031
commit
a1e71e3ecd
3
setup.py
3
setup.py
@ -9,6 +9,9 @@ setup(
|
|||||||
author='Bradlee Speice',
|
author='Bradlee Speice',
|
||||||
author_email='bradlee.speice@gmail.com',
|
author_email='bradlee.speice@gmail.com',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
package_data={
|
||||||
|
'metrik': ['default.conf']
|
||||||
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyquery >= 1.2.13',
|
'pyquery >= 1.2.13',
|
||||||
'luigi >= 2.2.0',
|
'luigi >= 2.2.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user