From 8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 9 Aug 2008 23:31:04 -0400 Subject: Cleaned up setup.py --- setup.py | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b47c08b..058b1d1 100644 --- a/setup.py +++ b/setup.py @@ -10,16 +10,8 @@ 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_codehilite", - "mdx_fenced_code", - "mdx_footnotes", - "mdx_headerid", - "mdx_imagelinks", - "mdx_meta", - "mdx_rss", - "mdx_tables", - "mdx_wikilink", - ], + py_modules = ["markdown"], + packages = ['mdx'], + #package_dir = {'mdx': 'lib'}, scripts = ['scripts/pymarkdown.py'], ) -- cgit v1.2.3