File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Version 1.7.0
66=============
77
88* New: `.Cursor.to_dict` method.
9- * Move away from setup.cfg to pyproject.toml, changed source three layout.
9+ * Move away from setup.cfg to pyproject.toml, changed source tree layout.
1010
1111Version 1.6.0
1212=============
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Firebird driver for Python"
88readme = " README.rst"
99requires-python = " >=3.8"
1010license = { file = " LICENSE" }
11- authors = [{ name = " Pavel Císař " , email = " pcisar@users.sourceforge.net" }]
11+ authors = [{ name = " Pavel Cisar " , email = " pcisar@users.sourceforge.net" }]
1212keywords = [" Firebird" , " RDBMS" , " driver" ]
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
@@ -32,11 +32,11 @@ dependencies = [
3232dynamic = [" version" ]
3333
3434[project .urls ]
35- Home = " https://github.com/FirebirdSQL/python3-base "
35+ Home = " https://github.com/FirebirdSQL/python3-driver "
3636Documentation = " https://firebird-base.rtfd.io"
3737"Bug Reports" = " https://github.com/FirebirdSQL/python3-base/issues"
3838Funding = " https://www.firebirdsql.org/en/donate/"
39- Source = " https://github.com/FirebirdSQL/python3-base "
39+ Source = " https://github.com/FirebirdSQL/python3-driver "
4040
4141[tool .setuptools ]
4242zip-safe = true
You can’t perform that action at this time.
0 commit comments