aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 1224dd9..42939d3 100755
--- a/setup.py
+++ b/setup.py
@@ -35,9 +35,7 @@ data = dict(
maintainer = 'Waylan Limberg',
maintainer_email = 'waylan [at] gmail.com',
license = 'BSD License',
- packages = ['markdown', 'markdown.extensions', 'markdown.tests'],
- package_data = {'': ['tests/*/*.txt', 'tests/*/*.html', 'tests/*/*.cfg',
- 'tests/*/*/*.txt', 'tests/*/*/*.html', 'tests/*/*/*.cfg']},
+ packages = ['markdown', 'markdown.extensions'],
scripts = ['bin/markdown'],
cmdclass = {'install_scripts': md_install_scripts},
classifiers = ['Development Status :: 5 - Production/Stable',