summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-12-07 04:42:02 +0000
committerdkuhlman <dkuhlman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-12-07 04:42:02 +0000
commit73beb542a18355b021fb0e99a2c1e39499566d15 (patch)
treedf2b27c1e95d1972734565f9e0e370473bf6c948 /setup.py
parent8f516cb14e1f8da3794b12cbd0017310cb48efaa (diff)
downloaddocutils-73beb542a18355b021fb0e99a2c1e39499566d15.tar.gz
Add docutils.math to installed packages
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@6494 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9e63bd234..4bf60028a 100755
--- a/setup.py
+++ b/setup.py
@@ -135,6 +135,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'docutils.readers',
'docutils.readers.python',
'docutils.transforms',
+ 'docutils.math',
'docutils.writers',
'docutils.writers.html4css1',
# 'docutils.writers.html4strict', # in the sandbox!