From ffeb7a6ef295f1ed4b0d9988855acd602410fde9 Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 8 Aug 2006 02:34:02 +0000 Subject: - (djm) Add support for Win32 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6aef0c7..3f5325b 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ VERSION = "0.1" if __name__ == '__main__': bcrypt = Extension('bcrypt._bcrypt', - define_macros = [('PROGVER', '"' + VERSION + '"')], sources = ['bcrypt/bcrypt_python.c', 'bcrypt/blowfish.c', 'bcrypt/bcrypt.c']) setup( name = "bcrypt", -- cgit v1.2.1