diff --git a/bin/pelican.bat b/bin/pelican.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/bin/pelican.bat @@ -0,0 +1 @@ +@python "%~dpn0" %* diff --git a/setup.py b/setup.py index fed1ba08..67dce1ec 100755 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tools/pelican-import.bat b/tools/pelican-import.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-import.bat @@ -0,0 +1 @@ +@python "%~dpn0" %* diff --git a/tools/pelican-quickstart.bat b/tools/pelican-quickstart.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-quickstart.bat @@ -0,0 +1 @@ +@python "%~dpn0" %* diff --git a/tools/pelican-themes.bat b/tools/pelican-themes.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-themes.bat @@ -0,0 +1 @@ +@python "%~dpn0" %*