Skip to content

Commit defcb32

Browse files
📘 DOCS: Add keywords and classifiers to pyproject.toml for better discoverability
1 parent 51bf75e commit defcb32

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

‎pyproject.toml‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,27 @@ dependencies = [
1515
"cookiecutter (>=2.0)",
1616
"requests"
1717
]
18+
keywords = [
19+
"pipeline",
20+
"workflow",
21+
"etl",
22+
"task-runner",
23+
"orchestration",
24+
"automation",
25+
"parallel",
26+
"async",
27+
"retry",
28+
"data-pipeline",
29+
]
1830
classifiers = [
1931
'Development Status :: 4 - Beta',
2032
"Operating System :: OS Independent",
2133
'Intended Audience :: Developers',
2234
'Natural Language :: English',
35+
"License :: OSI Approved :: MIT License",
36+
"Topic :: Software Development :: Libraries",
37+
"Topic :: Software Development :: Libraries :: Python Modules",
38+
"Topic :: System :: Distributed Computing",
2339
"Programming Language :: Python :: 3.9",
2440
"Programming Language :: Python :: 3.10",
2541
"Programming Language :: Python :: 3.11",
@@ -50,11 +66,27 @@ package-mode = true
5066
homepage = "https://github.com/dotflow-io/dotflow"
5167
documentation = "https://dotflow-io.github.io/dotflow/"
5268
repository = "https://github.com/dotflow-io/dotflow"
69+
keywords = [
70+
"pipeline",
71+
"workflow",
72+
"etl",
73+
"task-runner",
74+
"orchestration",
75+
"automation",
76+
"parallel",
77+
"async",
78+
"retry",
79+
"data-pipeline",
80+
]
5381
classifiers = [
5482
'Development Status :: 4 - Beta',
5583
"Operating System :: OS Independent",
5684
'Intended Audience :: Developers',
5785
'Natural Language :: English',
86+
"License :: OSI Approved :: MIT License",
87+
"Topic :: Software Development :: Libraries",
88+
"Topic :: Software Development :: Libraries :: Python Modules",
89+
"Topic :: System :: Distributed Computing",
5890
"Programming Language :: Python :: 3.9",
5991
"Programming Language :: Python :: 3.10",
6092
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)