commit | 377f293ca8882d87f48ffae5858d0d66b9e472fc | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Tue Oct 04 10:20:36 2016 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 04 10:20:36 2016 -0700 |
tree | 5dde7012d7eb18ec14d5434645816d04bfb8cae0 | |
parent | c0f09c67658a9fdb030123abaa1e6124ee05d118 [diff] [blame] |
Basic project setup (#4)
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..d4dadec --- /dev/null +++ b/MANIFEST.in
@@ -0,0 +1,4 @@ +include README.rst +graft google +graft tests +global-exclude *.pyc __pycache__