diff options
author | Joel Nothman <joel.nothman@gmail.com> | 2012-09-22 22:58:46 +1000 |
---|---|---|
committer | Joel Nothman <joel.nothman@gmail.com> | 2012-09-22 22:58:46 +1000 |
commit | 032df6f2d940ee443e7d5ac7e484e4716b124a4e (patch) | |
tree | 5bf329af15c605747e5775b0b16805d72cb8cccb /setup.py | |
parent | 28058fb53d21097947d190bcc47e3609a6794e7a (diff) | |
parent | 5b66edaa156c43793b6f68013a738f545885b8d6 (diff) | |
download | msgpack-python-032df6f2d940ee443e7d5ac7e484e4716b124a4e.tar.gz |
Merge remote-tracking branch 'origin/master' into skip
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ #!/usr/bin/env python # coding: utf-8 -version = (0, 2, 1, 'dev1') - import os import sys import shutil |