Skip to content

Commit e770e18

Browse files
committed
add keywords section to pyproject
1 parent 5b0c762 commit e770e18

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
]
29+
keywords = [
30+
"environment",
31+
"env",
32+
"dotenv",
33+
"configuration",
34+
"config",
35+
"environment-variables",
36+
"cli",
37+
"deployment",
38+
"devops",
39+
"pipeline",
40+
"vfx",
41+
"tooling",
42+
]
2943

3044
[project.urls]
3145
Homepage = "http://github.com/rsgalloway/envstack"

0 commit comments

Comments
 (0)