Skip to content

Commit

Permalink
A wraper on .bat for pelican in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
renhbo committed Aug 19, 2011
1 parent e7168c1 commit af93f76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit af93f76

Please sign in to comment.