From c0c88a2777a1641d4312b6aafe454f466fe104b2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 12 May 2008 00:52:14 -0400 Subject: Added Meta-Data and HeaderId extensions. Updated setup.py to include all packages extensions. --- setup.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index de36dfc..5596eca 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,15 @@ setup( maintainer_email = "waylan [at] gmail.com", url = "http://www.freewisdom.org/projects/python-markdown", license = "BSD License, GNU Public License (GPL)", - py_modules = ["markdown","mdx_footnotes", "mdx_rss"], + py_modules = ["markdown", + "mdx_codehilite", + "mdx_fenced_code", + "mdx_footnotes", + "mdx_headerid", + "mdx_imagelinks", + "mdx_meta", + "mdx_rss", + "mdx_tables", + "mdx_wikilink", + ], ) -- cgit v1.2.3