diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-12-08 19:48:08 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-12-08 20:46:24 -0500 |
commit | 52b8da8e47c6dce643504f503c995c310b14bd19 (patch) | |
tree | 33ed7b1225fa2413bdc39fd55ac5cbc039bc87ff /MANIFEST.in | |
parent | 78c7b25454dc949f0a9037097f1f685bb6fe615b (diff) | |
download | markdown-52b8da8e47c6dce643504f503c995c310b14bd19.tar.gz markdown-52b8da8e47c6dce643504f503c995c310b14bd19.tar.bz2 markdown-52b8da8e47c6dce643504f503c995c310b14bd19.zip |
Switch to setuptools.
Use console_scripts entry_point instead of manually built script.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 95a3ce2..b60fb3b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ -recursive-include bin * recursive-include markdown *.py recursive-include docs * recursive-include tests *.txt *.html *.cfg *.py |