Skip to content

Commit 56c911a

Browse files
committed
💸 add funding links to pyproject.toml
1 parent a960f6f commit 56c911a

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/sqlite3-to-mysql" }
1514
keywords = [
1615
"sqlite3",
1716
"mysql",
@@ -50,6 +49,12 @@ dependencies = [
5049
]
5150
dynamic = ["version"]
5251

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

0 commit comments

Comments
 (0)