Metadata-Version: 2.0
Name: pyramid-favicon
Version: 0.0.5
Summary: Pyramid add-on for defining relocatable favicon.ico
Home-page: https://www.github.com/niteoweb/pyramid_favicon
Author: Niteoweb Ltd
Author-email: info@niteoweb.com
License: 3-clause BSD
Download-URL: https://pypi.python.org/pypi/pyramid_favicon
Keywords: pyramid addon favicon
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyramid

``pyramid_favicon``
===================

``pyramid_favicon`` is an add-on for handling favicons in your Pyramid project. Normally,
the favicon.ico file is stored on a web site's project root (e.g. /myproject_root/favicon.ico).
However, with this add-on, it is possible to specify a different location of favicon.ico
via a custom config setting (e.g. /myproject_root/some/other/location/favicon.ico).



