Patch the source to move code examples out of the Python package.
[debian_xkcdpass.git] / debian / patches / 001.add-examples-to-manifest.patch
blob481d35fcf8cababc7eaecb9541fce464b3759bf5
1 Description: Add the code examples to the Distutils manifest.
3 This ensures the code examples, which are not part of any Python
4 package, will be part of the source distribution (“sdist”).
5 Author: Ben Finney <ben+debian@benfinney.id.au>
6 Last-Update: 2016-02-13
8 diff --git a/MANIFEST.in b/MANIFEST.in
9 index 157cf3b9..eb9a9d6b 100644
10 --- a/MANIFEST.in
11 +++ b/MANIFEST.in
12 @@ -1,4 +1,5 @@
13 include xkcdpass/static/*
14 include tests/*
15 +include examples/*
16 include LICENSE.BSD
17 include xkcdpass.1
21 Local variables:
22 coding: utf-8
23 mode: diff
24 time-stamp-format: "%:y-%02m-%02d"
25 time-stamp-start: "^Last-Update:[ ]+"
26 time-stamp-end: "$"
27 time-stamp-line-limit: 20
28 End:
29 vim: fileencoding=utf-8 filetype=diff :