Initial conversion to modern Python.

This commit is contained in:
adustman
2004-05-19 03:54:01 +00:00
parent 187d93c188
commit 1fdb7422a6
12 changed files with 65 additions and 138 deletions

View File

@ -18,7 +18,7 @@ embedded_server = (mysqlclient == 'mysqld')
name = "MySQL-%s" % os.path.basename(sys.executable)
if embedded_server:
name = name + "-embedded"
version = "0.9.3b3"
version = "1.1.0"
# include files and library locations should cover most platforms
include_dirs = [