projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4af9ce
)
MANIFEST.in: Distribute the doc directory (but don't install it)
author
W. Trevor King
<wking@tremily.us>
Tue, 26 Mar 2013 19:32:29 +0000
(15:32 -0400)
committer
W. Trevor King
<wking@tremily.us>
Tue, 26 Mar 2013 19:32:29 +0000
(15:32 -0400)
Put the docs in the distribution tarball, so folks don't need to
checkout the Git repository just to read the docs.
Reported-by: Nuno Rombert Pinhão <npinhao@ctn.ist.utl.pt>
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index b3d277e49ed14a8e6c5530cc0b81054e96921dbb..5539ecf93bcc42e44a48bece198375798fd79556 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,3
+1,4
@@
include AUTHORS
include COPYING
recursive-include pycomedi *.pxd
+recursive-include doc *.txt *.py