|
24 | 24 | from setuptools.command.install import install
|
25 | 25 |
|
26 | 26 | PACKAGE = 'ibm_db'
|
27 |
| -VERSION = '3.1.3' |
| 27 | +VERSION = '3.1.4' |
28 | 28 | LICENSE = 'Apache License 2.0'
|
29 | 29 | readme = os.path.join(os.path.dirname(__file__),'README.md')
|
30 | 30 |
|
@@ -467,7 +467,7 @@ def print_exception( e, url):
|
467 | 467 | (get_python_lib(), ['./LICENSE']),
|
468 | 468 | (get_python_lib(), ['./config.py.sample'])]
|
469 | 469 |
|
470 |
| -modules = ['ibm_db_dbi', 'testfunctions', 'tests'] |
| 470 | +modules = ['ibm_db_dbi', 'testfunctions', 'ibmdb_tests'] |
471 | 471 |
|
472 | 472 | if 'zos' == sys.platform:
|
473 | 473 | ext_modules = _ext_modules(os.path.join(os.getcwd(), include_dir), library, ibm_db_lib, ibm_db_lib_runtime)
|
@@ -512,6 +512,7 @@ def print_exception( e, url):
|
512 | 512 | 'Programming Language :: Python :: 3.8',
|
513 | 513 | 'Programming Language :: Python :: 3.9',
|
514 | 514 | 'Programming Language :: Python :: 3.10',
|
| 515 | + 'Programming Language :: Python :: 3.11', |
515 | 516 | 'Topic :: Database :: Front-Ends'],
|
516 | 517 |
|
517 | 518 | long_description = 'Python DBI driver for IBM Db2 for LUW, IBM Informix, IBM Db2 for iSeries(AS400) and IBM Db2 for z/OS servers',
|
|
0 commit comments