mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
A wraper on .bat for pelican in Windows.
This commit is contained in:
parent
e7168c1d18
commit
af93f76836
1 changed files with 3 additions and 1 deletions
4
setup.py
4
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue