aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gómez <alejandroogomez@gmail.com>2012-04-26 10:42:22 +0200
committerAlejandro Gómez <alejandroogomez@gmail.com>2012-04-26 10:42:22 +0200
commit34ec5545901669513c80b007a79419ab0a255480 (patch)
tree24ee0c6d1586896b1204e7e95dd9431329ab8520
parentseparate requirements for users and developers (diff)
downloadpython-github3-34ec5545901669513c80b007a79419ab0a255480.tar.xz
python-github3-34ec5545901669513c80b007a79419ab0a255480.zip
add Makefile
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 228a223..269c735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
*.rope*
MANIFEST
docs/_build
+dist/
+*egg-info
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f2b3997
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+init:
+ pip install -r requirements/dev.txt