Skip to content

Commit

Permalink
feat(package): add classifiers (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Oct 27, 2023
1 parent 60dc609 commit 380967e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ dependencies = [
"tokenizers >= 0.13.0"
]
requires-python = ">= 3.7"
classifiers = [
"Typing :: Typed",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries :: Python Modules",
]



Expand Down

0 comments on commit 380967e

Please sign in to comment.