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 a960f6f commit 56c911aCopy full SHA for 56c911a
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/sqlite3-to-mysql" }
15
keywords = [
16
"sqlite3",
17
"mysql",
@@ -50,6 +49,12 @@ dependencies = [
50
49
51
dynamic = ["version"]
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
+
58
[tool.hatch.version]
59
path = "sqlite3_to_mysql/__init__.py"
60
0 commit comments