diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-03-24 22:59:48 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-03-24 23:03:07 -0400 |
commit | 3d2cdeeddc77f3c226ad59eef95f9070835c60ab (patch) | |
tree | b4090915d06b7f6587e4c1ea5d229eaae5a73d35 /MANIFEST.in | |
parent | 0c09523c55ab40ba628501740eec0423d4c87a86 (diff) | |
download | markdown-3d2cdeeddc77f3c226ad59eef95f9070835c60ab.tar.gz markdown-3d2cdeeddc77f3c226ad59eef95f9070835c60ab.tar.bz2 markdown-3d2cdeeddc77f3c226ad59eef95f9070835c60ab.zip |
Moved INSTALL, LICENSE and README files out of docs dir and into root dir where they should be.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 1cbe234..a216979 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,7 @@ recursive-include markdown *.py recursive-include docs * recursive-include tests *.txt *.html *.cfg *.py include setup.py +include LICENSE +include README +include INSTALL include MANIFEST |