aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-05-18 13:30:54 -0700
committerWaylan Limberg <waylan@gmail.com>2011-05-18 13:30:54 -0700
commitd43c3deeb389ff8abd74b0605939b3477eaf6a9c (patch)
tree36aa6af5081e05d08abc33826b5a774b54a74355 /MANIFEST.in
parent5dafccdcfa715a8ace17fb1f227f3160dbc5046b (diff)
downloadmarkdown-d43c3deeb389ff8abd74b0605939b3477eaf6a9c.tar.gz
markdown-d43c3deeb389ff8abd74b0605939b3477eaf6a9c.tar.bz2
markdown-d43c3deeb389ff8abd74b0605939b3477eaf6a9c.zip
MANIFEST.in updated to include run-tests.py and setup.cfg. Opps.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a216979..9d6aaed 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,8 @@ recursive-include markdown *.py
recursive-include docs *
recursive-include tests *.txt *.html *.cfg *.py
include setup.py
+include setup.cfg
+include run-tests.py
include LICENSE
include README
include INSTALL