aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-08-11 20:12:28 -0400
committerWaylan Limberg <waylan@gmail.com>2008-08-11 20:12:28 -0400
commitf9bc5d2b86a94fb98e791966bb26e1abd5ef0ed2 (patch)
tree217d79e69b8972c0c4fb830a36b6b7524e615000 /MANIFEST
parent2783134621439aaa1130a1b73da36b335c6b0361 (diff)
downloadmarkdown-f9bc5d2b86a94fb98e791966bb26e1abd5ef0ed2.tar.gz
markdown-f9bc5d2b86a94fb98e791966bb26e1abd5ef0ed2.tar.bz2
markdown-f9bc5d2b86a94fb98e791966bb26e1abd5ef0ed2.zip
renamed extension module and set import to extension module first, then mdx_filename
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST20
1 files changed, 10 insertions, 10 deletions
diff --git a/MANIFEST b/MANIFEST
index 1200503..4e7e3df 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,14 +1,14 @@
markdown.py
-mdx/__init__.py
-mdx/mdx_codehilite.py
-mdx/mdx_fenced_code.py
-mdx/mdx_footnotes.py
-mdx/mdx_headerid.py
-mdx/mdx_imagelinks.py
-mdx/mdx_meta.py
-mdx/mdx_rss.py
-mdx/mdx_tables.py
-mdx/mdx_wikilink.py
+markdown_extnesions/__init__.py
+markdown_extensions/codehilite.py
+markdown_extensions/fenced_code.py
+markdown_extensions/footnotes.py
+markdown_extensions/headerid.py
+markdown_extensions/imagelinks.py
+markdown_extensions/meta.py
+markdown_extensions/rss.py
+markdown_extensions/tables.py
+markdown_extensions/wikilink.py
setup.py
scripts/pymarkdown.py
docs/README