diff --git a/pylons_app.egg-info/entry_points.txt b/pylons_app.egg-info/entry_points.txt new file mode 100644 --- /dev/null +++ b/pylons_app.egg-info/entry_points.txt @@ -0,0 +1,7 @@ + + [paste.app_factory] + main = pylons_app.config.middleware:make_app + + [paste.app_install] + main = pylons.util:PylonsInstaller + \ No newline at end of file