Skip to content

Commit

Permalink
chore(python): Expand meta data classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 22, 2024
1 parent c382ee6 commit 919d2b4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ dependencies = [
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Natural Language :: Turkish",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Rust",
"Topic :: Text Processing :: Filters",
]
dynamic = ["version"]

Expand Down

0 comments on commit 919d2b4

Please sign in to comment.