Mercurial > p > mysql-python > mysqldb-2
diff setup_windows.py @ 17:7c7a89123d65 MySQLdb
egg names already include python versoin, so don't add it to package name.
author | adustman |
---|---|
date | Tue, 27 Feb 2007 00:58:49 +0000 |
parents | 0e37ee00beb7 |
children |
line wrap: on
line diff
--- a/setup_windows.py Tue Feb 27 00:33:54 2007 +0000 +++ b/setup_windows.py Tue Feb 27 00:58:49 2007 +0000 @@ -20,7 +20,7 @@ include_dirs = [ os.path.join(mysql_root, r'include') ] extra_compile_args = [ '/Zl' ] - name = "MySQL-%s" % os.path.basename(sys.executable) + name = "MySQL-python" if enabled(options, 'embedded'): name = name + "-embedded" metadata['name'] = name