Merge lp:~stefanor/wadllib/install-docs into lp:wadllib

Proposed by Stefano Rivera
Status: Merged
Merged at revision: 46
Proposed branch: lp:~stefanor/wadllib/install-docs
Merge into: lp:wadllib
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~stefanor/wadllib/install-docs
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+408835@code.launchpad.net

Description of the change

I added autopkgtests to the Debian package, but the only tests are doctests, so we needed them installed in the binary package.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2021-09-13 09:44:03 +0000
3+++ setup.py 2021-09-17 19:25:30 +0000
4@@ -53,7 +53,7 @@
5 packages=find_packages('src'),
6 package_dir={'':'src'},
7 package_data={
8- '': ['*.xml', '*.json'],
9+ '': ['*.xml', '*.json', '*.rst'],
10 },
11 include_package_data=True,
12 zip_safe=False,

Subscribers

People subscribed via source and target branches