From: Ben Finney Date: Sat, 13 Feb 2016 10:21:05 +0000 (+1100) Subject: Add the code examples to the Distutils manifest. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0a1bac3dcae64afc8f30b0d0e98d82f4701511e1;p=redacted-XKCD-password-generator.git Add the code examples to the Distutils manifest. This ensures the code examples, which are not part of any Python package, will be part of the source distribution (“sdist”). --- diff --git a/MANIFEST.in b/MANIFEST.in index 157cf3b..eb9a9d6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include xkcdpass/static/* include tests/* +include examples/* include LICENSE.BSD include xkcdpass.1