Skip to content

Commit 7bf2736

Browse files
committed
💸 add funding links to pyproject.toml
1 parent e8c220c commit 7bf2736

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ requires-python = ">=3.8"
1111
authors = [
1212
{ name = "Klemen Tusar", email = "techouse@gmail.com" },
1313
]
14-
urls = { Source = "https://github.com/techouse/mysql-to-sqlite3" }
1514
keywords = [
1615
"mysql",
1716
"sqlite3",
@@ -50,6 +49,12 @@ dependencies = [
5049
]
5150
dynamic = ["version"]
5251

52+
[project.urls]
53+
Changelog = "https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
54+
Source = "https://github.com/techouse/mysql-to-sqlite3"
55+
Sponsor = "https://github.com/sponsors/techouse"
56+
PayPal = "https://paypal.me/ktusar"
57+
5358
[tool.hatch.version]
5459
path = "mysql_to_sqlite3/__init__.py"
5560

0 commit comments

Comments
 (0)