Skip to content

Commit

Permalink
Fix pyproject.yml: remove wrong classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 18, 2024
1 parent 7b88101 commit 77ee748
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ authors = ["Jonathan Prieto-Cubides, and GitHub contributors"]
license = "MIT"
readme = "README.md"

classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Documentation",
"Intended Audience :: Researchers",
"Intended Audience :: Information Technology",
"Programming Language :: Python",
]

packages = [
{ include = "mkdocs_juvix", from = "." },
{ include = "src", from = "." },
Expand All @@ -25,8 +17,6 @@ juvix-mkdocs = "src.cli:cli"
[tool.poetry.plugins."mkdocs.plugins"]
juvix = "mkdocs_juvix.main:JuvixPlugin"
# extra plugins
images = "mkdocs_juvix.images:ImagesPlugin"
wikilinks = "mkdocs_juvix.links:WikilinksPlugin"
todos = "mkdocs_juvix.todos:TodosPlugin"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 77ee748

Please sign in to comment.