1
0
Fork 0
forked from github/pelican

Merge pull request #158 from renhbo/master

The .bat scripts for pelican in Windows
This commit is contained in:
Alexis Metaireau 2011-09-15 01:14:09 -07:00
commit d877150df1
5 changed files with 7 additions and 1 deletions

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',