--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_viewlet/meta.zcml Thu Feb 19 10:27:51 2015 +0100
@@ -0,0 +1,19 @@
+<configure
+ xmlns="http://pylonshq.com/pyramid"
+ xmlns:meta="http://namespaces.zope.org/meta">
+
+ <meta:directives namespace="http://namespaces.ztfy.org/pyams">
+
+ <meta:directive
+ name="viewlet"
+ schema=".metadirectives.IViewletDirective"
+ handler=".metaconfigure.ViewletDirective" />
+
+ <meta:directive
+ name="viewletManager"
+ schema=".metadirectives.IViewletManagerDirective"
+ handler=".metaconfigure.ViewletManagerDirective" />
+
+ </meta:directives>
+
+</configure>