Add the code examples to the Distutils manifest.
authorBen Finney <redacted>
Sat, 13 Feb 2016 10:21:05 +0000 (21:21 +1100)
committerBen Finney <redacted>
Sat, 13 Feb 2016 10:21:05 +0000 (21:21 +1100)
This ensures the code examples, which are not part of any Python
package, will be part of the source distribution (“sdist”).

MANIFEST.in

index 157cf3b926b73fc13c67f1c4160790e4a526d712..eb9a9d6b52e20169ff10fdcab2d11dbeae6e1819 100644 (file)
@@ -1,4 +1,5 @@
 include xkcdpass/static/*
 include tests/*
+include examples/*
 include LICENSE.BSD
 include xkcdpass.1
git clone https://git.99rst.org/PROJECT