update entrypoints
diff --git a/setup.cfg b/setup.cfg
index 16602cc..2aee593 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
 name = staffeln
 summary = OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.
 description-file =
-    README.rst
+    README.md
 author = OpenStack
 author-email = openstack-discuss@lists.openstack.org
 home-page = https://www.openstack.org/
@@ -23,3 +23,13 @@
 [files]
 packages =
     staffeln
+data_files =
+    etc/staffeln =
+        etc/staffeln/staffeln.conf
+
+[entry_points]
+console_scripts =
+    staffeln-api = staffeln.cmd.api:main
+    staffeln-conductor = staffeln.cmd.conductor:main
+wsgi_scripts =
+    staffeln-api-wsgi = staffeln.api:app