diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2008-05-30 14:59:08 -0700 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2008-05-30 14:59:08 -0700 |
commit | 22188b4233a79387b49318acc8375da995224c43 (patch) | |
tree | 2ef3efc14b91daa6c23d3edb1c3fd2c5a1d75bcd /setup.py | |
parent | d0d4e56d0d2aeff4a977113c5ec17c9ec4e90714 (diff) | |
parent | 80172e52c04683af35ab4dce1f5c285d73754824 (diff) | |
download | markdown-22188b4233a79387b49318acc8375da995224c43.tar.gz markdown-22188b4233a79387b49318acc8375da995224c43.tar.bz2 markdown-22188b4233a79387b49318acc8375da995224c43.zip |
Merge git://gitorious.org/python-markdown/mainline
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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", + ], ) |