summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 19:57:33 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 19:57:33 -0700
commit4449f04022bc4d6804aca684a2467406d728bc2d (patch)
treeaf09da849ec436d7dab36e43fffa4023bd0dd989 /MANIFEST.in
parentbacaf95c0d05515750ad60858e1aeb86b026bfeb (diff)
downloadpystache-4449f04022bc4d6804aca684a2467406d728bc2d.tar.gz
Completed `python setup.py prep` command to generate .rst from .md.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 56a1d52..d7b83ca 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
+include README.md
+include HISTORY.md
include LICENSE
-include HISTORY.rst
-include README.rst
+include DESCRIPTION.rst
include tox.ini
include test_pystache.py
# You cannot use package_data, for example, to include data files in a