running build running build_py creating build creating build/lib creating build/lib/pecan copying pecan/util.py -> build/lib/pecan copying pecan/testing.py -> build/lib/pecan copying pecan/templating.py -> build/lib/pecan copying pecan/secure.py -> build/lib/pecan copying pecan/routing.py -> build/lib/pecan copying pecan/rest.py -> build/lib/pecan copying pecan/log.py -> build/lib/pecan copying pecan/jsonify.py -> build/lib/pecan copying pecan/hooks.py -> build/lib/pecan copying pecan/extensions.py -> build/lib/pecan copying pecan/deploy.py -> build/lib/pecan copying pecan/decorators.py -> build/lib/pecan copying pecan/core.py -> build/lib/pecan copying pecan/configuration.py -> build/lib/pecan copying pecan/__init__.py -> build/lib/pecan creating build/lib/pecan/tests copying pecan/tests/test_util.py -> build/lib/pecan/tests copying pecan/tests/test_templating.py -> build/lib/pecan/tests copying pecan/tests/test_secure.py -> build/lib/pecan/tests copying pecan/tests/test_scaffolds.py -> build/lib/pecan/tests copying pecan/tests/test_rest.py -> build/lib/pecan/tests copying pecan/tests/test_no_thread_locals.py -> build/lib/pecan/tests copying pecan/tests/test_jsonify.py -> build/lib/pecan/tests copying pecan/tests/test_hooks.py -> build/lib/pecan/tests copying pecan/tests/test_generic.py -> build/lib/pecan/tests copying pecan/tests/test_conf.py -> build/lib/pecan/tests copying pecan/tests/test_commands.py -> build/lib/pecan/tests copying pecan/tests/test_base.py -> build/lib/pecan/tests copying pecan/tests/scaffold_builder.py -> build/lib/pecan/tests copying pecan/tests/__init__.py -> build/lib/pecan/tests creating build/lib/pecan/scaffolds copying pecan/scaffolds/__init__.py -> build/lib/pecan/scaffolds creating build/lib/pecan/middleware copying pecan/middleware/static.py -> build/lib/pecan/middleware copying pecan/middleware/recursive.py -> build/lib/pecan/middleware copying pecan/middleware/errordocument.py -> build/lib/pecan/middleware copying pecan/middleware/debug.py -> build/lib/pecan/middleware copying pecan/middleware/__init__.py -> build/lib/pecan/middleware creating build/lib/pecan/ext copying pecan/ext/__init__.py -> build/lib/pecan/ext creating build/lib/pecan/compat copying pecan/compat/__init__.py -> build/lib/pecan/compat creating build/lib/pecan/commands copying pecan/commands/shell.py -> build/lib/pecan/commands copying pecan/commands/serve.py -> build/lib/pecan/commands copying pecan/commands/create.py -> build/lib/pecan/commands copying pecan/commands/base.py -> build/lib/pecan/commands copying pecan/commands/__init__.py -> build/lib/pecan/commands creating build/lib/pecan/tests/templates copying pecan/tests/templates/__init__.py -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/scaffold_fixtures copying pecan/tests/scaffold_fixtures/__init__.py -> build/lib/pecan/tests/scaffold_fixtures creating build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_static.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_recursive.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_errordocument.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/__init__.py -> build/lib/pecan/tests/middleware running egg_info creating pecan.egg-info writing pecan.egg-info/PKG-INFO writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing requirements to pecan.egg-info/requires.txt writing top-level names to pecan.egg-info/top_level.txt writing manifest file 'pecan.egg-info/SOURCES.txt' reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pecan.egg-info/SOURCES.txt' creating build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/config.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/empty.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/foobar.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/forcedict.py -> build/lib/pecan/tests/config_fixtures creating build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/importerror.py -> build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/module_and_underscore.py -> build/lib/pecan/tests/config_fixtures/bad creating build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/MANIFEST.in -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/config.py_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.cfg_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.py_tmpl -> build/lib/pecan/scaffolds/base creating build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/__init__.py -> build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/base/+package+ creating build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/root.py -> build/lib/pecan/scaffolds/base/+package+/controllers creating build/lib/pecan/scaffolds/base/+package+/model copying pecan/scaffolds/base/+package+/model/__init__.py -> build/lib/pecan/scaffolds/base/+package+/model creating build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/error.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/index.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/layout.html -> build/lib/pecan/scaffolds/base/+package+/templates creating build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/base/+package+/tests creating build/lib/pecan/scaffolds/base/public creating build/lib/pecan/scaffolds/base/public/css copying pecan/scaffolds/base/public/css/style.css -> build/lib/pecan/scaffolds/base/public/css creating build/lib/pecan/scaffolds/base/public/images copying pecan/scaffolds/base/public/images/logo.png -> build/lib/pecan/scaffolds/base/public/images creating build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.cfg_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.py_tmpl -> build/lib/pecan/scaffolds/rest-api creating build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/errors.py -> build/lib/pecan/scaffolds/rest-api/+package+ creating build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/root.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers creating build/lib/pecan/scaffolds/rest-api/+package+/model copying pecan/scaffolds/rest-api/+package+/model/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/model creating build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/tests/templates/form_colors.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid_custom.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/kajiki.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako_bad.html -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/scaffold_fixtures/content_sub copying pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub creating build/lib/pecan/tests/scaffold_fixtures/content_sub/bar copying pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub/bar creating build/lib/pecan/tests/scaffold_fixtures/file_sub copying pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> build/lib/pecan/tests/scaffold_fixtures/file_sub creating build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ creating build/lib/pecan/tests/scaffold_fixtures/simple copying pecan/tests/scaffold_fixtures/simple/foo -> build/lib/pecan/tests/scaffold_fixtures/simple creating build/lib/pecan/tests/scaffold_fixtures/simple/bar copying pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/simple/bar creating build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/self.png -> build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/text.txt -> build/lib/pecan/tests/middleware/static_fixtures running build_scripts creating build/scripts-3.10 copying and adjusting bin/pecan -> build/scripts-3.10 changing mode of build/scripts-3.10/pecan from 644 to 755