From 58222663aa190e7f8a351c6447d8d2c01f618e86 Mon Sep 17 00:00:00 2001 From: James Robert Date: Wed, 13 Aug 2014 14:06:48 -0400 Subject: [PATCH 1/2] Create dreams.md --- jiaaro/dreams.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jiaaro/dreams.md diff --git a/jiaaro/dreams.md b/jiaaro/dreams.md new file mode 100644 index 0000000..c836bfc --- /dev/null +++ b/jiaaro/dreams.md @@ -0,0 +1,9 @@ +# Dreams + + - One package manager to rule them all + + I want to trust pip, but I don't. + + - Standardize setup.py (that includes having good documentation) + + Really... this is the worst cargo-culting I've seen in the python community. Even the best developers are having to resort to copy/paste to make their setup.py files From cf47bacd84d2a7eb3582e69ab4c7402755d43e83 Mon Sep 17 00:00:00 2001 From: James Robert Date: Wed, 13 Aug 2014 14:08:23 -0400 Subject: [PATCH 2/2] Rename dreams.md to README.md --- jiaaro/{dreams.md => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jiaaro/{dreams.md => README.md} (100%) diff --git a/jiaaro/dreams.md b/jiaaro/README.md similarity index 100% rename from jiaaro/dreams.md rename to jiaaro/README.md