update entrypoints
diff --git a/etc/staffeln/staffeln.conf b/etc/staffeln/staffeln.conf
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/etc/staffeln/staffeln.conf
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
diff --git a/staffeln/api/app.wsgi b/staffeln/api/wsgi.py
similarity index 100%
rename from staffeln/api/app.wsgi
rename to staffeln/api/wsgi.py