MANIFEST.in
branchstable
changeset 524 ba0a3d0f942f
child 529 365bf87ed4e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MANIFEST.in	Mon Aug 27 15:16:47 2012 +0200
@@ -0,0 +1,13 @@
+recursive-include docs/figures *.svg
+include docs/figures/hgview-example.png
+include docs/*.rst
+include docs/*.py
+include docs/tutorials/*.t
+include docs/makefile
+include hgext/__init__.py
+include hgext/evolve.py
+include setup.py
+include README
+include COPYING
+include tests/*.t
+include tests/*.py