aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-08-09 23:32:20 -0400
committerWaylan Limberg <waylan@gmail.com>2008-08-09 23:32:20 -0400
commit21b26159b1d13636fe248d3e498674d34bac3a12 (patch)
tree0cb70121e86536fcfde2a53abe6f60c3d0c26a2d /setup.py
parent8bd9b8b0f218e65ee4798dca5cf9321e6eda6ece (diff)
downloadmarkdown-21b26159b1d13636fe248d3e498674d34bac3a12.tar.gz
markdown-21b26159b1d13636fe248d3e498674d34bac3a12.tar.bz2
markdown-21b26159b1d13636fe248d3e498674d34bac3a12.zip
More cleanup of setup.py
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'],
)