Merge lp:~cjwatson/ampoule/fix-manifest into lp:ampoule

Proposed by Colin Watson
Status: Work in progress
Proposed branch: lp:~cjwatson/ampoule/fix-manifest
Merge into: lp:ampoule
Diff against target: 9 lines (+1/-1)
1 file modified
MANIFEST.in (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/ampoule/fix-manifest
Reviewer Review Type Date Requested Status
dialtone Pending
Review via email: mp+330857@code.launchpad.net

Commit message

Fix manifest: the file name had the wrong case, and only *.py from twisted/ should be included in the sdist.

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

Re-proposed against what appears to be the new upstream, as https://github.com/twisted/ampoule/pull/31.

Unmerged revisions

48. By Colin Watson

Only include *.py from twisted/ in the sdist.

47. By Colin Watson

The manifest file must be called MANIFEST.in, not Manifest.in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'Manifest.in' => 'MANIFEST.in'
2--- Manifest.in 2008-09-30 23:44:04 +0000
3+++ MANIFEST.in 2017-09-15 19:08:46 +0000
4@@ -1,3 +1,3 @@
5 include *.txt
6 recursive-include examples *
7-recursive-include twisted *
8\ No newline at end of file
9+recursive-include twisted *.py

Subscribers

People subscribed via source and target branches