1
0
Fork 0
forked from github/pelican

Modified setup.py: tools/pelican-themes will now be installed as a script...

This commit is contained in:
Skami18 2011-05-18 20:26:02 +02:00
commit 421a8768d4

View file

@ -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',