Skip to content

Commit 8c7e981

Browse files
committed
Fix typos
1 parent c57daa6 commit 8c7e981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
Version 1.6.0
1212
=============

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Firebird driver for Python"
88
readme = "README.rst"
99
requires-python = ">=3.8"
1010
license = { file = "LICENSE" }
11-
authors = [{ name = "Pavel Císař", email = "[email protected]"}]
11+
authors = [{ name = "Pavel Cisar", email = "[email protected]"}]
1212
keywords = ["Firebird", "RDBMS", "driver"]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
@@ -32,11 +32,11 @@ dependencies = [
3232
dynamic = ["version"]
3333

3434
[project.urls]
35-
Home = "https://github.com/FirebirdSQL/python3-base"
35+
Home = "https://github.com/FirebirdSQL/python3-driver"
3636
Documentation = "https://firebird-base.rtfd.io"
3737
"Bug Reports" = "https://github.com/FirebirdSQL/python3-base/issues"
3838
Funding = "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]
4242
zip-safe = true

0 commit comments

Comments
 (0)