Skip to content

Commit

Permalink
Add conf file in setup.py for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Jun 7, 2019
1 parent a354297 commit f682ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipper_admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clipper_admin", "clipper_admin.docker", "clipper_admin.kubernetes",
"clipper_admin.deployers", "clipper_admin.metrics", "clipper_admin.docker.logging"
],
package_data={'clipper_admin': ['*.txt', '*/*.yaml']},
package_data={'clipper_admin': ['*.txt', '*/*.yaml', "*/*.conf"]},
keywords=['clipper', 'prediction', 'model', 'management'],
install_requires=[
'requests>=2.20.0', 'numpy', 'subprocess32; python_version<"3"', 'pyyaml>=4.2b1',
Expand Down

0 comments on commit f682ed9

Please sign in to comment.