diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-15 15:04:36 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-15 15:04:36 -0400 |
commit | ed508633c6db0342b6fbec681bbce4aa11507ba9 (patch) | |
tree | ec5b8a8cfe2b691276edfa4784a0f0610b33fcfb /MANIFEST.in | |
parent | 3d14596042c75b80994f636bcb7666e76bfeca85 (diff) | |
download | markdown-ed508633c6db0342b6fbec681bbce4aa11507ba9.tar.gz markdown-ed508633c6db0342b6fbec681bbce4aa11507ba9.tar.bz2 markdown-ed508633c6db0342b6fbec681bbce4aa11507ba9.zip |
More makefile cleanup. Fixes #202.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e7ad4f4..95a3ce2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,8 @@ recursive-include tests *.txt *.html *.cfg *.py include setup.py include setup.cfg include run-tests.py +include tox.ini +include makefile include LICENSE.md include README.md include INSTALL.md |