setup.py
changeset 11 f25326715002
parent 0 73acbfc13577
child 17 21b836971c56
--- a/setup.py	Wed May 20 14:57:49 2015 +0200
+++ b/setup.py	Wed Jun 17 10:02:06 2015 +0200
@@ -68,7 +68,8 @@
           'zope.copy',
           'zope.interface',
       ],
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
-      )
+      entry_points={
+          'fanstatic.libraries': [
+              'pyams_workflow = pyams_workflow:library'
+          ]
+      })