Skip to content

Commit ad99fda

Browse files
committed
Update toml file
1 parent d99c040 commit ad99fda

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

pyproject.toml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ description = "Next-generation, extensible Data Ingestion framework for CKAN. Ac
55
readme = "README.md"
66
requires-python = ">=3.10"
77
license = { text = "AGPL-3.0-or-later" }
8-
authors = [
9-
{ name = "datHere" },
8+
authors = [{ name = "datHere" }]
9+
maintainers = [{ name = "datHere Engineering", email = "[email protected]" }]
10+
keywords = [
11+
"ckan",
12+
"ckanext",
13+
"datapusher",
14+
"datastore",
15+
"csv",
16+
"qsv",
17+
"data-ingestion",
18+
"metadata",
19+
"schema",
1020
]
11-
maintainers = [
12-
{ name = "datHere Engineering", email = "[email protected]" }
13-
]
14-
keywords = ["ckan", "ckanext", "datapusher", "datastore", "csv", "qsv", "data-ingestion", "metadata", "schema"]
1521
classifiers = [
1622
"Intended Audience :: Developers",
1723
"Development Status :: 5 - Production/Stable",
@@ -23,10 +29,15 @@ classifiers = [
2329
"Programming Language :: Python :: 3.13",
2430
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
2531
"Topic :: Software Development :: Libraries :: Application Frameworks",
26-
"Topic :: Database"
32+
"Topic :: Database",
2733
]
28-
urls = { Repository = "https://github.com/dathere/datapusher-plus", Issues = "https://github.com/dathere/datapusher-plus/issues", Changelog = "https://github.com/dathere/datapusher-plus/blob/main/CHANGELOG.md" }
29-
dynamic = ["dependencies", "optional-dependencies"]
34+
35+
[project.urls]
36+
Homepage = "https://github.com/dathere/datapusher-plus"
37+
Repository = "https://github.com/dathere/datapusher-plus"
38+
Issues = "https://github.com/dathere/datapusher-plus/issues"
39+
Changelog = "https://github.com/dathere/datapusher-plus/blob/main/CHANGELOG.md"
40+
Documentation = "https://github.com/dathere/datapusher-plus#readme"
3041

3142
[project.entry-points."ckan.plugins"]
3243
datapusher_plus = "ckanext.datapusher_plus.plugin:DatapusherPlusPlugin"

0 commit comments

Comments
 (0)