From 28caf01c8082dbed3a5ca87b070ffe5657514f01 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 12 Feb 2010 16:24:15 -0500 Subject: Moved test dir back out of markdown lib. We don't need to install the tests in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3