forked from github/pelican
Modified setup.py: tools/pelican-themes will now be installed as a script...
This commit is contained in:
parent
bb0b001184
commit
421a8768d4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(
|
|||
packages = ['pelican'],
|
||||
include_package_data = True,
|
||||
install_requires = requires,
|
||||
scripts = ['bin/pelican'],
|
||||
scripts = ['bin/pelican', 'tools/pelican-themes'],
|
||||
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