projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c376e
)
include .hg directories in source distro
author
sbehnel@delle.100world.global
<none@none>
Sun, 29 Jul 2007 17:30:50 +0000
(19:30 +0200)
committer
sbehnel@delle.100world.global
<none@none>
Sun, 29 Jul 2007 17:30:50 +0000
(19:30 +0200)
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 6d633f044bf49afe6724c86defb333c763baa159..4c8e405ddc01b36985cfdea44d6199ffd611fbe8 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-1,4
+1,6
@@
include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
+recursive-include .hg *
+recursive-include Cython/.hg *
include setup.py
include bin/cython
include cython.py