diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-11 23:34:53 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-11 23:34:53 +0200 |
| commit | 1edbe044a28cd31e5ccde0f67569f5c5dcbfe210 (patch) | |
| tree | 387eeaa55a6b6322d799093a1590e451d080fc2a /setup.py | |
| parent | c73ae0217033f96c4493d8258bfa6188940c7426 (diff) | |
| download | pelican-1edbe044a28cd31e5ccde0f67569f5c5dcbfe210.tar.gz | |
Include the "pelican-quickstart" script.
This ease the creation of a new blog. I modified slightly the code wrote by @Skami18
here: https://gist.github.com/1025236/dfa695e67482477907c79ae709ab827b20b18b04
This commit also renames the import script to "pelican-import".
Fixes #129.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ setup( packages = ['pelican'], include_package_data = True, install_requires = requires, - scripts = ['bin/pelican', 'tools/pelican-themes'], + scripts = ['bin/pelican', 'tools/pelican-themes', 'tools/pelican-import', 'tools/pelican-quickstart'], classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: GNU Affero General Public License v3', |
