From be2da44269ec6909ae89ef4ae91a9829bb6298ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Apr 2014 00:15:51 +0200 Subject: [PATCH] Fix installation of scripts. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c6acd0..dda3184 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML", ], - packages=['breadability'], + packages=['breadability', 'breadability.scripts'], include_package_data=True, zip_safe=False, install_requires=install_requires,