@@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gaussdb"
7- description = " PostgreSQL database adapter for Python"
7+ description = " GaussDB database adapter for Python"
88
99# STOP AND READ! if you change:
10- version = " 1.0.0.dev1 "
10+ version = " 1.0.0.dev2 "
1111# also change:
1212# - `docs/news.rst` to declare this as the current version or an unreleased one;
1313# - `gaussdb_c/pyproject.toml` to the same version;
14- # - the `c ` and `binary` "optional-dependencies" below to the same version.
1514#
1615# NOTE: you can use `tools/bump_version.py` to maintain versions.
1716
4948text = " GNU Lesser General Public License v3 (LGPLv3)"
5049
5150[project .urls ]
52- Homepage = " https://gaussdb .org/"
53- Documentation = " https://gaussdb .org/gaussdb /docs/"
54- Changes = " https://gaussdb .org/gaussdb /docs/news.html"
55- Code = " https://github.com/gaussdb/gaussdb "
56- "Issue Tracker" = " https://github.com/gaussdb/gaussdb /issues"
51+ Homepage = " https://psycopg .org/"
52+ Documentation = " https://psycopg .org/psycopg3 /docs/"
53+ Changes = " https://psycopg .org/psycopg3 /docs/news.html"
54+ Code = " https://github.com/psycopg/psycopg "
55+ "Issue Tracker" = " https://github.com/psycopg/psycopg /issues"
5756
5857[project .readme ]
5958file = " README.rst"
6059content-type = " text/x-rst"
6160
6261[project .optional-dependencies ]
63- c = [
64- " gaussdb-c == 1.0.0.dev1; implementation_name != \" pypy\" " ,
65- ]
66- binary = [
67- " gaussdb-binary == 1.0.0.dev1; implementation_name != \" pypy\" " ,
68- ]
6962pool = [
7063 " gaussdb-pool" ,
7164]
0 commit comments