diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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', |