# HG changeset patch # User Jeff Hammel # Date 1428965266 25200 # Node ID aa411d9ff772bf06acadc21f7115ab242dd09cd9 # Parent a1e06f4a8076f973d7af2d679be41e53bf889506 we dont really need which; it is a pain in the ass dep anyway diff -r a1e06f4a8076 -r aa411d9ff772 setup.py --- a/setup.py Mon Apr 13 13:04:11 2015 -0700 +++ b/setup.py Mon Apr 13 15:47:46 2015 -0700 @@ -4,8 +4,8 @@ import os -version = "0.0" -dependencies = ['which'] +version = "0.1" +dependencies = [] # allow use of setuptools/distribute or distutils kw = {}