A wraper on .bat for pelican in Windows.

This commit is contained in:
renhbo 2011-08-19 22:35:23 +08:00
commit af93f76836

View file

@ -19,7 +19,9 @@ setup(
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',