summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-11 23:34:53 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-11 23:34:53 +0200
commit1edbe044a28cd31e5ccde0f67569f5c5dcbfe210 (patch)
tree387eeaa55a6b6322d799093a1590e451d080fc2a /setup.py
parentc73ae0217033f96c4493d8258bfa6188940c7426 (diff)
downloadpelican-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e2bd4c60..4574fdd6 100755
--- a/setup.py
+++ b/setup.py
@@ -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',