Skip to content

Commit

Permalink
💸 add funding links to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 2, 2023
1 parent e8c220c commit 7bf2736
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ requires-python = ">=3.8"
authors = [
{ name = "Klemen Tusar", email = "[email protected]" },
]
urls = { Source = "https://github.com/techouse/mysql-to-sqlite3" }
keywords = [
"mysql",
"sqlite3",
Expand Down Expand Up @@ -50,6 +49,12 @@ dependencies = [
]
dynamic = ["version"]

[project.urls]
Changelog = "https://github.com/techouse/mysql-to-sqlite3/blob/master/CHANGELOG.md"
Source = "https://github.com/techouse/mysql-to-sqlite3"
Sponsor = "https://github.com/sponsors/techouse"
PayPal = "https://paypal.me/ktusar"

[tool.hatch.version]
path = "mysql_to_sqlite3/__init__.py"

Expand Down

0 comments on commit 7bf2736

Please sign in to comment.