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
6
6
=============
7
7
8
8
* 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.
10
10
11
11
Version 1.6.0
12
12
=============
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Firebird driver for Python"
8
8
readme = " README.rst"
9
9
requires-python = " >=3.8"
10
10
license = { file = " LICENSE" }
11
- authors = [{ name = " Pavel Císař " , email = " pcisar@users.sourceforge.net" }]
11
+ authors = [{ name = " Pavel Cisar " , email = " pcisar@users.sourceforge.net" }]
12
12
keywords = [" Firebird" , " RDBMS" , " driver" ]
13
13
classifiers = [
14
14
" Development Status :: 5 - Production/Stable" ,
@@ -32,11 +32,11 @@ dependencies = [
32
32
dynamic = [" version" ]
33
33
34
34
[project .urls ]
35
- Home = " https://github.com/FirebirdSQL/python3-base "
35
+ Home = " https://github.com/FirebirdSQL/python3-driver "
36
36
Documentation = " https://firebird-base.rtfd.io"
37
37
"Bug Reports" = " https://github.com/FirebirdSQL/python3-base/issues"
38
38
Funding = " https://www.firebirdsql.org/en/donate/"
39
- Source = " https://github.com/FirebirdSQL/python3-base "
39
+ Source = " https://github.com/FirebirdSQL/python3-driver "
40
40
41
41
[tool .setuptools ]
42
42
zip-safe = true
You can’t perform that action at this time.
0 commit comments