diff options
author | 2012-04-26 10:42:22 +0200 | |
---|---|---|
committer | 2012-04-26 10:42:22 +0200 | |
commit | 34ec5545901669513c80b007a79419ab0a255480 (patch) | |
tree | 24ee0c6d1586896b1204e7e95dd9431329ab8520 | |
parent | separate requirements for users and developers (diff) | |
download | python-github3-34ec5545901669513c80b007a79419ab0a255480.tar.xz python-github3-34ec5545901669513c80b007a79419ab0a255480.zip |
add Makefile
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |