Skip to content

Commit

Permalink
build: add metadata tag
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 29, 2024
1 parent 44f27cf commit a7a5104
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ classifiers = [
"Topic :: Software Development :: User Interfaces",
"Topic :: Internet",
]
keywords = ["filesystem", "fsspec", "internet", "templates", "jinja2"]
keywords = [
"filesystem",
"fsspec",
"internet",
"templates",
"jinja2",
"markdown",
]

requires-python = ">=3.12"
dependencies = ["jinja2", "fsspec"]
Expand Down

0 comments on commit a7a5104

Please sign in to comment.