Merge ~gabrielcocenza/juju-lint:fix-setup into juju-lint:master

Proposed by Gabriel Cocenza
Status: Merged
Approved by: Ramesh Sattaru
Approved revision: 80e073e1809e2972e90c440c4c3005e4b22c76ca
Merged at revision: 5ad8fb10b767a4443d815f015eafcaa49a16ef59
Proposed branch: ~gabrielcocenza/juju-lint:fix-setup
Merge into: juju-lint:master
Diff against target: 10 lines (+1/-0)
1 file modified
setup.py (+1/-0)
Reviewer Review Type Date Requested Status
Ramesh Sattaru (community) Approve
Erhan Sunar (community) Approve
🤖 prod-jenkaas-bootstack continuous-integration Approve
Review via email: mp+434015@code.launchpad.net

Commit message

fix setup.py to include non python files

- add config_default.yaml into the snap package

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
Erhan Sunar (esunar) :
review: Approve
Revision history for this message
Ramesh Sattaru (rameshcan) :
review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 5ad8fb10b767a4443d815f015eafcaa49a16ef59

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/setup.py b/setup.py
2index 6a8f82c..9951e71 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -45,4 +45,5 @@ setuptools.setup(
6 packages=setuptools.find_packages(include=("jujulint*")),
7 entry_points={"console_scripts": ["juju-lint=jujulint.cli:main"]},
8 setup_requires=["setuptools_scm"],
9+ include_package_data=True,
10 )

Subscribers

People subscribed via source and target branches