git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
69e01c5
)
Add the code examples to the Distutils manifest.
author
Ben Finney
<redacted>
Sat, 13 Feb 2016 10:21:05 +0000
(21:21 +1100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 157cf3b926b73fc13c67f1c4160790e4a526d712..eb9a9d6b52e20169ff10fdcab2d11dbeae6e1819 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,4
+1,5
@@
include xkcdpass/static/*
include tests/*
+include examples/*
include LICENSE.BSD
include xkcdpass.1
git clone https://git.99rst.org/PROJECT