aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 058b1d1..75f9d38 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,5 @@ setup(
license = "BSD License, GNU Public License (GPL)",
py_modules = ["markdown"],
packages = ['mdx'],
- #package_dir = {'mdx': 'lib'},
scripts = ['scripts/pymarkdown.py'],
)