deal with zero-width ShiftMask
[ieee754fpu.git] / setup.py
index 31166444366960b03fef4ec2c10e73d40b1d18ef..95367ed01906d4179a76e14e7c9ad9594e739871 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 version = '0.0.1'
 
 install_requires = [
+    'nmutil',
 #    'sfpy',  # XXX temporarily disabled
 ]