diff --git a/setup.py b/setup.py index b7e88c7..112de6a 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,9 @@ setup_params = dict( test=DisabledTestCommand, build_py=build_py, ), + setup_requires=[ + 'hgtools', + ], ) if __name__ == '__main__':