We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c220c commit 7bf2736Copy full SHA for 7bf2736
pyproject.toml
@@ -11,7 +11,6 @@ requires-python = ">=3.8"
11
authors = [
12
{ name = "Klemen Tusar", email = "techouse@gmail.com" },
13
]
14
-urls = { Source = "https://github.com/techouse/mysql-to-sqlite3" }
15
keywords = [
16
"mysql",
17
"sqlite3",
@@ -50,6 +49,12 @@ dependencies = [
50
49
51
dynamic = ["version"]
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
+
58
[tool.hatch.version]
59
path = "mysql_to_sqlite3/__init__.py"
60
0 commit comments