Skip to content

Commit

Permalink
chore(pyproject): tweak classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed May 27, 2023
1 parent c66d17f commit 7a1fcd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ license = { file = "LICENSE" }
keywords = ["pandoc", "filter", "codeblock", "image", "ascii-art"]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Text Processing :: Filters",
"Natural Language :: English",
]
dependencies = ["pandocfilters==1.5.0", "six==1.16.0"]

Expand Down

0 comments on commit 7a1fcd0

Please sign in to comment.