From af93f7683687b335863b89153e98c3eb6cd722be Mon Sep 17 00:00:00 2001 From: renhbo Date: Fri, 19 Aug 2011 22:35:23 +0800 Subject: [PATCH] A wraper on .bat for pelican in Windows. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4574fdd67..051e258f9 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,9 @@ packages = ['pelican'], include_package_data = True, install_requires = requires, - scripts = ['bin/pelican', 'tools/pelican-themes', 'tools/pelican-import', 'tools/pelican-quickstart'], + scripts = ['bin/pelican', 'tools/pelican-themes', 'tools/pelican-import', 'tools/pelican-quickstart', + 'bin/pelican.bat', 'tools/pelican-themes.bat', 'tools/pelican-import.bat', + 'tools/pelican-quickstart.bat'], classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: GNU Affero General Public License v3',