summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-09-27 17:55:35 -0500
committerJason Kölker <jason@koelker.net>2011-09-27 17:55:35 -0500
commit9679568041b42a91c93e2b13aec5fa2a33912039 (patch)
treecb79418b7fb0d938717d4d92ec2c579a2da43f72
parent462969297ca6b06c5bf5bda14c7b3ff020cbd0b3 (diff)
downloadoslo-9679568041b42a91c93e2b13aec5fa2a33912039.tar.gz
oslo-9679568041b42a91c93e2b13aec5fa2a33912039.tar.xz
oslo-9679568041b42a91c93e2b13aec5fa2a33912039.zip
Add readme to make github happy and the manifest so the templates get installed
-rw-r--r--MANIFEST.in1
-rw-r--r--README5
2 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..45c1ca0
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+recursive-include openstack/paste/templates *
diff --git a/README b/README
new file mode 100644
index 0000000..0001d76
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+Common code for Openstack Projects and paster template for creating new projects.
+
+1. Install (python setup.py develop, pip install /path/to/setup.py)
+2. paster openstack newopenstackproject
+3. Profit